Skip to content

Commit 313f06c

Browse files
committed
Merge branch 'ep/bump-version'
2 parents aaabd19 + 4a4e9de commit 313f06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown renamed to README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The main goals of this gem are:
2424
Just add the following to your Gemfile to install the latest release.
2525

2626
```ruby
27-
gem 'acts_as_votable', '~> 0.11.1'
27+
gem 'acts_as_votable', '~> 0.12.0'
2828
```
2929

3030
And follow that up with a ``bundle install``.

lib/acts_as_votable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActsAsVotable
4-
VERSION = "0.11.1"
4+
VERSION = "0.12.0"
55
end

0 commit comments

Comments
 (0)