Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanto committed Apr 27, 2014
1 parent 65c8652 commit 44759d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ The main goals of this gem are:

## Installation

### Rails 3.0, 3.1, 3.2, and 4.0+
### Supported Ruby and Rails versions

* Ruby 1.8.7, 1.9.2, 1.9.3
* Ruby 2.0.0, 2.1.0
* Rails 3.0, 3.1, 3.2
* Rails 4.0, 4.1+

### Install

Just add the following to your Gemfile.

```ruby
gem 'acts_as_votable', '~> 0.8.0'
gem 'acts_as_votable', '~> 0.9.0'
```

And follow that up with a ``bundle install``.
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_votable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsVotable
VERSION = "0.8.0"
VERSION = "0.9.0"
end

0 comments on commit 44759d6

Please sign in to comment.