We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59033d0 commit 0a6b24bCopy full SHA for 0a6b24b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.24.1 - Coconut Vienna - June 2024
+## 3.24.2 - Coconut Vienna - June 2024
4
5
- Restored previous behavior for Billboard URLs in Event Management and Asset Management Client
6
src/cli/commands/html/sc/index.html
@@ -235,7 +235,7 @@ <h4 class="notification__title">
235
236
<script type="text/javascript">
237
_msb.init({
238
- title: "Insights Hub and Industrial IoT CLI 3.24.0",
+ title: "Insights Hub and Industrial IoT CLI 3.24.2",
239
appId: "_mdspcontent",
240
appInfoPath: "/app-info.json",
241
polyfills: {
src/version.ts
@@ -1,2 +1,2 @@
-export const MC_VERSION = "3.24.0";
+export const MC_VERSION = "3.24.2";
export const MC_NAME = "mindconnect-nodejs";
0 commit comments