Skip to content

Commit

Permalink
Simulated temperature module to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan committed Dec 13, 2022
1 parent e473049 commit 37e2133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-edge",
"displayName": "Azure IoT Edge",
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
"version": "1.25.11-rc0",
"version": "1.25.11-rc1",
"publisher": "vsciot-vscode",
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
"icon": "logo.png",
Expand Down Expand Up @@ -209,7 +209,7 @@
"properties": {
"azure-iot-edge.version.tempSensor": {
"type": "string",
"default": "1.0",
"default": "1.4",
"description": "Set the tempSensor image version, which will be referenced in deployment manifest."
},
"azure-iot-edge.version.cmodule": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Versions {
}

public static tempSensorVersion(): string {
return Versions.getValue(Constants.versionTempSensor, "1.0") as string;
return Versions.getValue(Constants.versionTempSensor, "1.4") as string;
}

public static updateSystemModuleImageVersion(templateJson: any, moduleName: string, versionMap: Map<string, string>) {
Expand Down

0 comments on commit 37e2133

Please sign in to comment.