This commit is contained in:
ThatOneCalculator 2023-01-03 18:12:02 -08:00
parent 8b781c4b84
commit 83e9c10646
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.0.8.5",
"version": "13.0.8.6",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -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);