This commit is contained in:
Josh Holtrop 2016-04-19 08:55:01 -04:00
parent d011cdc374
commit dfb7ff75cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
yawpa (1.1.0)
yawpa (1.2.0)
GEM
remote: https://rubygems.org/

View File

@ -1,4 +1,4 @@
module Yawpa
# gem version
VERSION = "1.1.0"
VERSION = "1.2.0"
end