We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a3f91 commit 1eb71efCopy full SHA for 1eb71ef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openshock_web_ui",
3
- "version": "3.6.2",
+ "version": "3.6.3",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/Footer.vue
@@ -1,5 +1,5 @@
<template>
- <p class="version">OpenShock UI 3.6.2
+ <p class="version">OpenShock UI 3.6.3
<a target="_blank" :href="'https://github.com/OpenShock/WebUI/commit/' + commitHash">{{ commitHash }}</a> | API <span
v-html="apiVersion"></span> <a target="_blank"
:href="'https://github.com/OpenShock/API/commit/' + apiCommitHash">{{ apiCommitHash }}</a> | <span>{{ targetEnv }}</span>
0 commit comments