Skip to content

Commit

Permalink
Release/v0.4 (#44)
Browse files Browse the repository at this point in the history
* Add a note about supported Stoplight version

* Bump version
  • Loading branch information
bolshakov authored Aug 23, 2023
1 parent 8cb490e commit 0a5f9f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ A simple administration interface for [stoplight][2]. Monitor the
status, failures, and invocations of your stoplights. Change
stoplight colors, or lock them in either red or green state.

The stoplight-admin version 0.4 and above is only compatible with Stoplight 4.1. If you have Stoplight version
below 4.0, use [stoplight-admin 0.3.6].

## Configuration

This project is packaged as a Ruby gem so that you can easily embed it
Expand Down Expand Up @@ -103,3 +106,4 @@ Stoplight is brought to you by [@camdez][4] and [@tfausak][5] from
[6]: https://github.com/OrgSync
[7]: https://badge.fury.io/rb/stoplight-admin.svg
[8]: https://rubygems.org/gems/stoplight-admin
[stoplight-admin 0.3.6]: https://github.com/bolshakov/stoplight-admin/releases/tag/v0.3.6
2 changes: 1 addition & 1 deletion stoplight-admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.push(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "stoplight-admin"
gem.version = "0.3.6"
gem.version = "0.4.0"
gem.summary = "A simple administration interface for Stoplight."
gem.description = gem.summary
gem.homepage = "https://github.com/bolshakov/stoplight-admin"
Expand Down

0 comments on commit 0a5f9f8

Please sign in to comment.