diff --git a/Gemfile.lock b/Gemfile.lock index fdce28c..fdf4727 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ione (1.1.0) + ione (1.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/ione/version.rb b/lib/ione/version.rb index 6d45f7e..dcfc502 100644 --- a/lib/ione/version.rb +++ b/lib/ione/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Ione - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end \ No newline at end of file