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

Commit 3621b6c

Browse files
committed
Bum versions for release
1 parent 3a9bcd7 commit 3621b6c

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 2.8.12)
55
project(azure_iot_gateway_sdk)
66

7-
set(GATEWAY_VERSION 1.0.5 CACHE INTERNAL "")
7+
set(GATEWAY_VERSION 1.0.6 CACHE INTERNAL "")
88
set(COMPANY_NAME "Microsoft")
99
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1010

proxy/gateway/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
},
2525
"author": "Microsoft",
2626
"license": "MIT"
27-
}
27+
}

tools/docs/c/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.0.5
41+
PROJECT_NUMBER = 1.0.6
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

tools/release/bump_version/inputs.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,14 @@ module.exports = [
189189
"nsmap": {"mavenns": "http://maven.apache.org/POM/4.0.0"},
190190
"replaceString": "bindings.java",
191191
},
192+
193+
///////////////////////////////////////////////////
194+
// Node.js remote module
195+
///////////////////////////////////////////////////
196+
{
197+
"taskType": "jsonReplaceTask",
198+
"filePath": "proxy/gateway/nodejs/package.json",
199+
"search": "version",
200+
"replaceString": "proxygateway.nodejs",
201+
}
192202
];
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"gateway":
33
{
4-
"core" : "1.0.5"
4+
"core" : "1.0.6"
55
},
66
"bindings" :
77
{
@@ -11,6 +11,7 @@
1111
},
1212
"proxygateway" :
1313
{
14-
"java" : "1.0.1"
14+
"java" : "1.0.1",
15+
"nodejs" : "0.0.1"
1516
}
1617
}

0 commit comments

Comments
 (0)