We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c2e5f commit 0c21d72Copy full SHA for 0c21d72
README.md
@@ -9,7 +9,7 @@ Data shown by using jsoneditor.js from http://jsoneditoronline.org
9
10
Add this line to your application's Gemfile:
11
12
- gem 'activeadmin_json_editor', '~> 0.0.8'
+ gem 'activeadmin_json_editor', '~> 0.0.10'
13
14
And then execute:
15
lib/activeadmin/json_editor/version.rb
@@ -1,5 +1,5 @@
1
module ActiveAdmin
2
module JsonEditor
3
- VERSION = '0.0.9'.freeze
+ VERSION = '0.0.10'.freeze
4
end
5
0 commit comments