Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 24, 2013
1 parent 47ad2fc commit 07234fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis

## Version History

**not yet released**
**v1.2.2** (May 24, 2013)

* Fixed `travis disable`.
* Fix edge cases around `travis encrypt`.
Expand Down
2 changes: 1 addition & 1 deletion lib/travis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Travis
VERSION = '1.2.1'
VERSION = '1.2.2'
end
2 changes: 1 addition & 1 deletion travis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Gem::Specification.new do |s|
# general infos
s.name = "travis"
s.version = "1.2.1"
s.version = "1.2.2"
s.description = "CLI and Ruby client library for Travis CI"
s.homepage = "https://github.com/travis-ci/travis"
s.summary = "Travis CI client"
Expand Down

0 comments on commit 07234fc

Please sign in to comment.