diff --git a/Gemfile.lock b/Gemfile.lock index 2c62a31..6f1dfd4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yawpa (1.0.0) + yawpa (1.1.0) GEM remote: https://rubygems.org/ diff --git a/lib/yawpa/version.rb b/lib/yawpa/version.rb index 8237915..546dea7 100644 --- a/lib/yawpa/version.rb +++ b/lib/yawpa/version.rb @@ -1,4 +1,4 @@ module Yawpa # gem version - VERSION = "1.0.0" + VERSION = "1.1.0" end