diff --git a/Gemfile.lock b/Gemfile.lock index 0007376..3d23bd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yawpa (1.1.0) + yawpa (1.2.0) GEM remote: https://rubygems.org/ diff --git a/lib/yawpa/version.rb b/lib/yawpa/version.rb index 546dea7..df8c94d 100644 --- a/lib/yawpa/version.rb +++ b/lib/yawpa/version.rb @@ -1,4 +1,4 @@ module Yawpa # gem version - VERSION = "1.1.0" + VERSION = "1.2.0" end