Skip to content

Commit

Permalink
Version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Jul 16, 2013
1 parent 9ed1476 commit 2f37274
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 @@ -22,7 +22,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

```ruby
gem 'active_interaction', '~> 0.1.3'
gem 'active_interaction', '~> 0.2.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveInteraction
VERSION = Gem::Version.new('0.1.3')
VERSION = Gem::Version.new('0.2.0')
end

0 comments on commit 2f37274

Please sign in to comment.