mirror of https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr synced 2024-09-29 00:18:44 +02: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

@ -188,7 +188,7 @@ function initRequest() {
// App info
console.log(chalk.cyan('╔══════════════════════════════════════════════════════════════════╗'));
console.log(chalk.cyan('║') + chalk.bold.yellow(' SMLoadr v' + packageJson.version + ' ') + chalk.cyan('║'));
console.log(chalk.cyan('║') + chalk.bold.yellow(' SMLoadr v' + packageJson.version + ' ') + chalk.cyan('║'));
console.log(chalk.cyan('╠══════════════════════════════════════════════════════════════════╣'));
console.log(chalk.cyan('║') + ' DOWNLOADS: https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/releases' + chalk.cyan('║'));
console.log(chalk.cyan('║') + ' MANUAL: https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr ' + chalk.cyan('║'));
@ -288,7 +288,7 @@ function isUpdateAvailable() {
return new Promise((resolve, reject) => {
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 + '"');
if (response !== packageJson.version) {

View File

@ -1 +1 @@
1.9.5
1.10.0

View File

@ -1,6 +1,6 @@
{
"name": "SMLoadr",
"version": "1.9.5",
"version": "1.10.0",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "CC-BY-NC-4.0",