We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6272c9 commit b5c7554Copy full SHA for b5c7554
frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blivechat",
3
- "version": "1.7.0",
+ "version": "1.8.0",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
update.py
@@ -5,7 +5,7 @@
import utils.request
7
8
-VERSION = 'v1.7.0'
+VERSION = 'v1.8.0'
9
10
11
def check_update():
0 commit comments