Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
thambley committed Mar 8, 2018
1 parent 4f1c87c commit 5ce7d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ This gem borrows heavily from [activeadmin-axlsx] and [to_xls].
Add the following to your Gemfile. All resource index views will now include a link for download directly to xls.

```ruby
gem 'activeadmin-xls', '2.0.0-alpha'
gem 'activeadmin-xls', '~>2.0.0'
```

For Active Admin 1.0, you will also have to update config/initializers/active_admin.rb. Update the download\_links setting to include xls:
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/xls/version.rb
@@ -1,6 +1,6 @@
module ActiveAdmin
module Xls
# ActiveAdmin XLS gem version
VERSION = '2.0.0-alpha'.freeze
VERSION = '2.0.0'.freeze
end
end

0 comments on commit 5ce7d10

Please sign in to comment.