This commit is contained in:
Josh Holtrop 2018-08-24 09:24:03 -04:00
parent b4cc45c381
commit 5cf77f1f58
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rscons (1.15.0)
rscons (1.16.0)
json (>= 1.8, < 3.0)
GEM
@ -45,4 +45,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.1
1.16.2

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.15.0"
VERSION = "1.16.0"
end