Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Apr 24, 2015
1 parent f93c3bd commit e7216e2
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 @@ -21,7 +21,7 @@ Install as a gem
Or add it to your Gemfile

```ruby
gem 'roo', '2.0.0beta1'
gem 'roo', '~> 2.0.0'
```
## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/roo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Roo
VERSION = "2.0.0beta1"
VERSION = "2.0.0"
end

0 comments on commit e7216e2

Please sign in to comment.