diff --git a/Gemfile.lock b/Gemfile.lock index 5b98f6cc..fa57cc26 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - binda (0.1.6.alpha.5) + binda (0.1.6) aasm (>= 4.11, < 4.13) ancestry (>= 2.1, < 3.1) bourbon (= 4.3.4) @@ -291,7 +291,7 @@ GEM thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) - tinymce-rails (4.7.6) + tinymce-rails (4.7.7) railties (>= 3.1.1) tinymce-rails-langs (4.20180103) tinymce-rails (~> 4.1, >= 4.1.10) diff --git a/lib/binda/version.rb b/lib/binda/version.rb index 413e7b54..937cad86 100644 --- a/lib/binda/version.rb +++ b/lib/binda/version.rb @@ -1,3 +1,3 @@ module Binda - VERSION = '0.1.6.alpha.5'.freeze + VERSION = '0.1.6'.freeze end \ No newline at end of file