From da42872ba9d3f7774b756985f057509b7d14be63 Mon Sep 17 00:00:00 2001 From: Ying Xue Date: Thu, 24 Apr 2025 11:47:43 -0700 Subject: [PATCH] update version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1616f05b..1bbc1609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-iot-explorer", - "version": "0.15.12", + "version": "0.15.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azure-iot-explorer", - "version": "0.15.12", + "version": "0.15.13", "license": "MIT", "dependencies": { "@azure/core-amqp": "3.2.0", diff --git a/package.json b/package.json index 5cf1ef46..2180f53c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-iot-explorer", - "version": "0.15.12", + "version": "0.15.13", "description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.", "main": "host/electron.js", "build": {