Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoChauvet committed Nov 21, 2017
1 parent 29643b3 commit 9e9037c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ curl -u maestrano https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials;

Then push the gem
```bash
gem push maestrano-0.12.5.gem -k maestrano
gem push maestrano-1.0.6.gem -k maestrano
```
2 changes: 1 addition & 1 deletion lib/maestrano/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Maestrano
VERSION = '1.0.5'
VERSION = '1.0.6'
end

0 comments on commit 9e9037c

Please sign in to comment.