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 8fb6d6d commit 3d3d8fcCopy full SHA for 3d3d8fc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openshock_web_ui",
3
- "version": "3.6.4",
+ "version": "3.6.5",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/Footer.vue
@@ -1,5 +1,5 @@
<template>
- <p class="version">OpenShock UI 3.6.4
+ <p class="version">OpenShock UI 3.6.5
<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