Skip to content

Commit

Permalink
version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Jul 15, 2013
1 parent 23f9d02 commit f65ea54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# X.X.X
# 0.1.2

- `execute` will now have the filtered version of the values passed to `run` or `run!` as was intended.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This project uses [semantic versioning][].
Add it to your Gemfile:

~~~ rb
gem 'active_interaction', '~> 0.1.1'
gem 'active_interaction', '~> 0.1.2'
~~~

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.1')
VERSION = Gem::Version.new('0.1.2')
end

0 comments on commit f65ea54

Please sign in to comment.