Skip to content

Commit

Permalink
🚦 v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Nov 19, 2014
1 parent 2adb0ac commit e965789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Check out [stoplight-admin][12] for controlling your stoplights.
Add it to your Gemfile:

``` rb
gem 'stoplight', '~> 0.5.0-alpha'
gem 'stoplight', '~> 0.5.0'
```

Or install it manually:
Expand Down
2 changes: 1 addition & 1 deletion stoplight.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'stoplight'
gem.version = '0.5.0-alpha'
gem.version = '0.5.0'
gem.summary = 'Traffic control for code.'
gem.description = 'An implementation of the circuit breaker pattern.'
gem.homepage = 'https://github.com/orgsync/stoplight'
Expand Down

0 comments on commit e965789

Please sign in to comment.