diff --git a/Gemfile.lock b/Gemfile.lock index 5835560..4bc86e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.2.1) + ione (1.2.2) GEM remote: https://rubygems.org/ diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 931599d..78832fe 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.2.1'.freeze -end \ No newline at end of file + VERSION = '1.2.2'.freeze +end