Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Bum versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
darobs committed Aug 21, 2017
1 parent 3a9bcd7 commit 3621b6c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 2.8.12)
project(azure_iot_gateway_sdk)

set(GATEWAY_VERSION 1.0.5 CACHE INTERNAL "")
set(GATEWAY_VERSION 1.0.6 CACHE INTERNAL "")
set(COMPANY_NAME "Microsoft")
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

Expand Down
2 changes: 1 addition & 1 deletion proxy/gateway/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
},
"author": "Microsoft",
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion tools/docs/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.5
PROJECT_NUMBER = 1.0.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
10 changes: 10 additions & 0 deletions tools/release/bump_version/inputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,14 @@ module.exports = [
"nsmap": {"mavenns": "http://maven.apache.org/POM/4.0.0"},
"replaceString": "bindings.java",
},

///////////////////////////////////////////////////
// Node.js remote module
///////////////////////////////////////////////////
{
"taskType": "jsonReplaceTask",
"filePath": "proxy/gateway/nodejs/package.json",
"search": "version",
"replaceString": "proxygateway.nodejs",
}
];
5 changes: 3 additions & 2 deletions tools/release/bump_version/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gateway":
{
"core" : "1.0.5"
"core" : "1.0.6"
},
"bindings" :
{
Expand All @@ -11,6 +11,7 @@
},
"proxygateway" :
{
"java" : "1.0.1"
"java" : "1.0.1",
"nodejs" : "0.0.1"
}
}

0 comments on commit 3621b6c

Please sign in to comment.