oops...
This commit is contained in:
parent
8b781c4b84
commit
83e9c10646
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.8.5",
|
||||
"version": "13.0.8.6",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -25,7 +25,7 @@ import * as os from '@/os';
|
|||
|
||||
let newRelease = false;
|
||||
let data;
|
||||
os.api('latest-version').then(res => {
|
||||
os.api('release').then(res => {
|
||||
data = res;
|
||||
console.log(data);
|
||||
newRelease = (version === data?.version);
|
||||
|
|
Loading…
Reference in New Issue