mirror of https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr synced 2024-11-16 20:54:31 +01:00

Release: v1.10.0

This commit is contained in:
FatKiwi 2019-12-20 21:12:21 +00:00
parent 3bb6e99e53
commit c29f614e9c
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1 +1 @@
1.9.5 1.10.0

View File

@ -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",