Skip to content

Commit

Permalink
0.0.5 -> 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Nazarenus committed Jan 22, 2014
1 parent ad6f4fd commit 2e835d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Configuration
Add the gem to your Gemfile or gemspec.

```ruby
gem "travis-custom-deploy", "~> 0.0.5"
gem "travis-custom-deploy", "~> 0.0.6"
```
To use travis-custom-deploy with Travis-CI you need to define environment variables. I recommend
to use [secure environment variables](http://about.travis-ci.org/docs/user/build-configuration/#Secure-environment-variables) with Travis-CI. The best way to do that is to use travis gem:
Expand Down
2 changes: 1 addition & 1 deletion lib/travis-custom-deploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TravisCustomDeploy

VERSION = "0.0.5"
VERSION = "0.0.6"

end

0 comments on commit 2e835d5

Please sign in to comment.