Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gazay committed Apr 15, 2013
1 parent 9b591ce commit cd22ebb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.4.1

* Refactoring and codeclimate added

## 0.4.0

* Added options for Talks#say: :notify, :detach (@kossnocorp)
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Talks gem — now your ruby and command-line tools can talk with you

### Build Status ![http://travis-ci.org/gazay/talks](https://secure.travis-ci.org/gazay/talks.png)
### Build Status ![http://travis-ci.org/gazay/talks](https://secure.travis-ci.org/gazay/talks.png) ![https://codeclimate.com/github/gazay/talks](https://codeclimate.com/github/gazay/talks.png)

If you want to HEAR some response from your code or command-line tools, just use this gem.

Expand Down
2 changes: 1 addition & 1 deletion lib/talks/version.rb
@@ -1,3 +1,3 @@
module Talks
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit cd22ebb

Please sign in to comment.