Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
allanbreyes committed Oct 11, 2016
1 parent bf850f3 commit 95a91ba
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 @@ -9,7 +9,7 @@ Data shown by using jsoneditor.js from http://jsoneditoronline.org

Add this line to your application's Gemfile:

gem 'activeadmin_json_editor', '~> 0.0.6'
gem 'activeadmin_json_editor', '~> 0.0.7'

And then execute:

Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/json_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveAdmin
module JsonEditor
VERSION = '0.0.6'.freeze
VERSION = '0.0.7'.freeze
end
end

0 comments on commit 95a91ba

Please sign in to comment.