This commit is contained in:
Josh Holtrop 2015-12-10 15:25:29 -05:00
parent 4698fc41b9
commit bab4641b6e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rscons (1.9.0)
rscons (1.9.1)
json (~> 1.0)
GEM

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.9.0"
VERSION = "1.9.1"
end