Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Aug 18, 2014
1 parent 61886c6 commit 6febf74
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v0.2.0 (2014-08-18)

- Switched `Stoplight.data_store` and `Stoplight.notifiers` over to using
simple accessors.
- Modified `Stoplight::DataStore::Redis` to accept an instance of `Redis`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Check out [stoplight-admin][12] for controlling your stoplights.
Add it to your Gemfile:

``` rb
gem 'stoplight', '~> 0.1.0'
gem 'stoplight', '~> 0.2.0'
```

Or install it manually:
Expand Down
2 changes: 1 addition & 1 deletion lib/stoplight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module Stoplight
# @return [Gem::Version]
VERSION = Gem::Version.new('0.1.0')
VERSION = Gem::Version.new('0.2.0')

# @return [Integer]
DEFAULT_THRESHOLD = 3
Expand Down
2 changes: 1 addition & 1 deletion stoplight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'stoplight'
spec.version = '0.1.0' # Stoplight::VERSION
spec.version = '0.2.0' # Stoplight::VERSION
spec.summary = 'Traffic control for code.'
spec.description = spec.summary
spec.homepage = 'https://github.com/orgsync/stoplight'
Expand Down

0 comments on commit 6febf74

Please sign in to comment.