Skip to content

Commit

Permalink
[blacksmith] Bump version to 1.3.1-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
daenney committed Jan 7, 2016
1 parent a5170a7 commit 5270325
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-nodejs",
"version": "1.3.0",
"version": "1.3.1-rc0",
"author": "voxpupuli",
"summary": "Install Node.js package and npm package provider.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,7 +66,13 @@
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=4.1.0 <5.0.0"},
{"name":"treydock/gpg_key","version_requirement":">=0.0.3 <1.0.0"}
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.1.0 <5.0.0"
},
{
"name": "treydock/gpg_key",
"version_requirement": ">=0.0.3 <1.0.0"
}
]
}

0 comments on commit 5270325

Please sign in to comment.