diff --git a/SMLoadr.js b/SMLoadr.js index 7a38be2..f3365d6 100644 --- a/SMLoadr.js +++ b/SMLoadr.js @@ -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) { diff --git a/VERSION.md b/VERSION.md index 6ecac68..ed21137 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -1.9.5 \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/package.json b/package.json index e3cb63b..0fa93be 100644 --- a/package.json +++ b/package.json @@ -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",