mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
console log
This commit is contained in:
parent
773abc1ba3
commit
bbf7123604
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.8.4",
|
||||
"version": "13.0.8.5",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -27,6 +27,7 @@ let newRelease = false;
|
||||
let data;
|
||||
os.api('latest-version').then(res => {
|
||||
data = res;
|
||||
console.log(data);
|
||||
newRelease = (version === data?.version);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user