mirror of
https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr
synced 2024-11-16 20:24:31 +01:00
Release: v1.10.0
This commit is contained in:
parent
3bb6e99e53
commit
c29f614e9c
@ -288,7 +288,7 @@ function isUpdateAvailable() {
|
|||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
log.debug('Checking for update');
|
log.debug('Checking for update');
|
||||||
|
|
||||||
requestWithoutCacheAndRetry('https://pastebin.com/raw/1FE65caB').then((response) => {
|
requestWithoutCacheAndRetry('https://pastebin.com/raw/nqzfDRrU').then((response) => {
|
||||||
log.debug('Checked for update on Pastebin. Response: "' + response + '"');
|
log.debug('Checked for update on Pastebin. Response: "' + response + '"');
|
||||||
|
|
||||||
if (response !== packageJson.version) {
|
if (response !== packageJson.version) {
|
||||||
|
@ -1 +1 @@
|
|||||||
1.9.5
|
1.10.0
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "SMLoadr",
|
"name": "SMLoadr",
|
||||||
"version": "1.9.5",
|
"version": "1.10.0",
|
||||||
"description": "A streaming music downloader written in NodeJS.",
|
"description": "A streaming music downloader written in NodeJS.",
|
||||||
"author": "SMLoadrDev",
|
"author": "SMLoadrDev",
|
||||||
"license": "CC-BY-NC-4.0",
|
"license": "CC-BY-NC-4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user