Skip to content

Commit

Permalink
Fix input.js to properly handle node-red package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Aug 15, 2016
1 parent 17f874a commit d80d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/bump_version/inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ module.exports = [
{
"taskType": "jsonReplaceTask",
"search": "version",
"replaceString": "node-red-contrib-azureiothubnode"
"replaceString": "node.node-red-contrib-azureiothubnode"
},
{
"taskType": "jsonReplaceTask",
Expand Down

0 comments on commit d80d720

Please sign in to comment.