Skip to content

Commit 5ce7d10

Browse files
committed
prepare for release
1 parent 4f1c87c commit 5ce7d10

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
@@ -19,7 +19,7 @@ This gem borrows heavily from [activeadmin-axlsx] and [to_xls].
1919
Add the following to your Gemfile. All resource index views will now include a link for download directly to xls.
2020

2121
```ruby
22-
gem 'activeadmin-xls', '2.0.0-alpha'
22+
gem 'activeadmin-xls', '~>2.0.0'
2323
```
2424

2525
For Active Admin 1.0, you will also have to update config/initializers/active_admin.rb. Update the download\_links setting to include xls:

lib/active_admin/xls/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ActiveAdmin
22
module Xls
33
# ActiveAdmin XLS gem version
4-
VERSION = '2.0.0-alpha'.freeze
4+
VERSION = '2.0.0'.freeze
55
end
66
end

0 commit comments

Comments
 (0)