diff --git a/README.md b/README.md index f71f30022..f66219c2b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Azure IoT explorer +# Azure IoT explorer (preview) [![Build Status](https://dev.azure.com/azure/azure-iot-explorer/_apis/build/status/Azure%20IoT%20Explorer%20CI%20Pipeline?branchName=master)](https://dev.azure.com/azure/azure-iot-explorer/_build/latest?definitionId=31&branchName=master) diff --git a/package-lock.json b/package-lock.json index e7d4e32bd..fbe121b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "azure-iot-explorer", - "version": "0.10.16", + "version": "0.10.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d6a1a9d6..8de0ba33d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "azure-iot-explorer", - "version": "0.10.16", + "version": "0.10.17", "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": "public/electron.js", "build": { "appId": "com.microsoft.azure.iot.pnp.ui", - "productName": "Azure IoT explorer", + "productName": "Azure IoT explorer (preview)", "files": [ "dist/**/*", "package.json", diff --git a/src/app/devices/deviceList/components/deviceList.tsx b/src/app/devices/deviceList/components/deviceList.tsx index d61fb7905..d5d1511aa 100644 --- a/src/app/devices/deviceList/components/deviceList.tsx +++ b/src/app/devices/deviceList/components/deviceList.tsx @@ -299,7 +299,8 @@ class DeviceListComponent extends React.Component - Azure IoT explorer + Azure IoT explorer (preview) diff --git a/src/localization/locales/en.json b/src/localization/locales/en.json index 8fbe8014f..16955a154 100644 --- a/src/localization/locales/en.json +++ b/src/localization/locales/en.json @@ -32,7 +32,7 @@ "close": "Collapse" }, "header": { - "applicationName": "Azure IoT explorer", + "applicationName": "Azure IoT explorer (preview)", "search": { "watermark": "Find on page" },