Skip to content

Commit

Permalink
bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Feb 5, 2015
1 parent d11c647 commit 7bd51e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Master][]
# [1.5.0][] (2015-02-05)

## Added

Expand Down Expand Up @@ -374,7 +374,7 @@

- Initial release.

[master]: https://github.com/orgsync/active_interaction/compare/v1.4.1...master
[1.5.0]: https://github.com/orgsync/active_interaction/compare/v1.4.1...1.5.0
[1.4.1]: https://github.com/orgsync/active_interaction/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/orgsync/active_interaction/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/orgsync/active_interaction/compare/v1.3.0...v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This project uses [semantic versioning][3].
Add it to your Gemfile:

``` ruby
gem 'active_interaction', '~> 1.4'
gem 'active_interaction', '~> 1.5'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_interaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
#
# @since 1.0.0
#
# @version 1.4.1
# @version 1.5.0
module ActiveInteraction end
2 changes: 1 addition & 1 deletion lib/active_interaction/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module ActiveInteraction
# The version number.
#
# @return [Gem::Version]
VERSION = Gem::Version.new('1.4.1')
VERSION = Gem::Version.new('1.5.0')
end

0 comments on commit 7bd51e2

Please sign in to comment.