Skip to content

Commit 0c21d72

Browse files
committed
Bump version to 0.0.10
1 parent 83c2e5f commit 0c21d72

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
@@ -9,7 +9,7 @@ Data shown by using jsoneditor.js from http://jsoneditoronline.org
99

1010
Add this line to your application's Gemfile:
1111

12-
gem 'activeadmin_json_editor', '~> 0.0.8'
12+
gem 'activeadmin_json_editor', '~> 0.0.10'
1313

1414
And then execute:
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module JsonEditor
3-
VERSION = '0.0.9'.freeze
3+
VERSION = '0.0.10'.freeze
44
end
55
end

0 commit comments

Comments
 (0)