Skip to content

Commit

Permalink
Bump to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raihan2006i committed Dec 4, 2015
1 parent 4a45a8c commit 4270524
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.8'
gem "active_admin_paranoia" , '~> 1.0.9'

```

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.8'
VERSION = '1.0.9'
end

0 comments on commit 4270524

Please sign in to comment.