Skip to content

Commit

Permalink
Bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raihan2006i committed Dec 4, 2015
1 parent e475d81 commit 4a45a8c
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 @@ -5,7 +5,7 @@ This gem extends ActiveAdmin so that batch restore and batch archive actions wil
This gem assumes that you have already configured [paranoia](https://github.com/radar/paranoia) for you desire resource. Add this line to your application's Gemfile:

```ruby
gem "active_admin_paranoia" , '~> 1.0.7'
gem "active_admin_paranoia" , '~> 1.0.8'

```

Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin_paranoia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveAdminParanoia
VERSION = '1.0.7'
VERSION = '1.0.8'
end

0 comments on commit 4a45a8c

Please sign in to comment.