This commit is contained in:
Josh Holtrop 2014-06-25 15:33:31 -04:00
parent 72834425c3
commit 80b2f7b63c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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