Skip to content

Commit 3d3d8fc

Browse files
committed
Version 3.6.5
1 parent 8fb6d6d commit 3d3d8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openshock_web_ui",
3-
"version": "3.6.4",
3+
"version": "3.6.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<p class="version">OpenShock UI 3.6.4
2+
<p class="version">OpenShock UI 3.6.5
33
<a target="_blank" :href="'https://github.com/OpenShock/WebUI/commit/' + commitHash">{{ commitHash }}</a> | API <span
44
v-html="apiVersion"></span> <a target="_blank"
55
:href="'https://github.com/OpenShock/API/commit/' + apiCommitHash">{{ apiCommitHash }}</a> | <span>{{ targetEnv }}</span>

0 commit comments

Comments
 (0)