Skip to content

Commit 7c664ec

Browse files
committed
release v1.0.0.pre5
1 parent 795b73f commit 7c664ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin'
2222

2323
Or you can using rubygems:
2424
```ruby
25-
gem 'activeadmin', '~> 1.0.0.pre4'
25+
gem 'activeadmin', '~> 1.0.0.pre5'
2626
```
2727

2828
*Keep in mind that during the time where we use `pre`-release label, things can break in each release!*

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '1.0.0.pre4'
2+
VERSION = '1.0.0.pre5'
33
end

0 commit comments

Comments
 (0)