We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec1526 commit f6cfe02Copy full SHA for f6cfe02
src/cli/commands/html/sc/index.html
@@ -328,7 +328,7 @@ <h4 class="notification__title">
328
329
<script type="text/javascript">
330
_msb.init({
331
- title: "mindconnect-nodejs 3.14.0",
+ title: "mindconnect-nodejs 3.15.0",
332
appId: "_mdspcontent",
333
appInfoPath: "/app-info.json",
334
polyfills: {
src/version.ts
@@ -1,2 +1,2 @@
1
-export const MC_VERSION = "3.14.0";
+export const MC_VERSION = "3.15.0";
2
export const MC_NAME = "mindconnect-nodejs";
0 commit comments