Skip to content

Commit

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

## v0.1.0 (2014-08-12)

- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Traffic control for code. An implementation of the circuit breaker pattern in Ru
Add it to your Gemfile:

``` rb
gem 'stoplight', '~> 0.0.0'
gem 'stoplight', '~> 0.1.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 @@ -11,7 +11,7 @@

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

class << self
extend Forwardable
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.0.0' # Stoplight::VERSION
spec.version = '0.1.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 cc3a862

Please sign in to comment.