Skip to content

Commit

Permalink
release 1.0.0.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Jul 1, 2016
1 parent 9e48f43 commit 76a382a
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 @@ -22,7 +22,7 @@ gem 'activeadmin', github: 'activeadmin'

Or you can using rubygems:
```ruby
gem 'activeadmin', '~> 1.0.0.pre3'
gem 'activeadmin', '~> 1.0.0.pre4'
```

*Keep in mind that during the time where we use `pre`-release label, things can break in each release!*
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdmin
VERSION = '1.0.0.pre3'
VERSION = '1.0.0.pre4'
end

0 comments on commit 76a382a

Please sign in to comment.