console log

This commit is contained in:
ThatOneCalculator 2023-01-03 18:08:36 -08:00
parent aed70a05c8
commit 660085171f
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -27,6 +27,7 @@ let newRelease = false;
let data;
os.api('latest-version').then(res => {
data = res;
console.log(data);
newRelease = (version === data?.version);
});