Release: v1.9.4

This commit is contained in:
SMLoardrDev 2018-07-30 22:05:54 +02:00
parent 1106296d99
commit 7d73b6d716
5 changed files with 9 additions and 9 deletions

View File

@ -101,7 +101,7 @@ pkg install nodejs git
### 3. Download
First download the latest version from the repo:
```
git clone --depth 1 https://git.teknik.io/SMLoadrDev/SMLoadr.git
git clone --depth 1 https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git
```
### 4. Install
@ -171,7 +171,7 @@ node SMLoadr.js
## Downloads
- Get stable releases here: [https://git.teknik.io/SMLoadrDev/SMLoadr/releases](https://git.teknik.io/SMLoadrDev/SMLoadr/releases)
- Get stable releases here: [https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/releases](https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr/releases)
- Telegram news channel: [https://t.me/SMLoadrNews](https://t.me/SMLoadrNews)
- Telegram community group: [https://t.me/SMLoadrCommunity](https://t.me/SMLoadrCommunity)
- Telegram off-topic group: [https://t.me/SMLoadrOffTopic](https://t.me/SMLoadrOffTopic)

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
1.9.3
1.9.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "SMLoadr",
"version": "1.9.3",
"version": "1.9.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "SMLoadr",
"version": "1.9.3",
"version": "1.9.4",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
@ -9,7 +9,7 @@
"bin": "SMLoadr.js",
"repository": {
"type": "git",
"url": "https://git.teknik.io/SMLoadrDev/SMLoadr.git"
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=8.0.0"
@ -19,7 +19,7 @@
"cache-manager": "^2.9.0",
"chalk": "^2.4.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.4",
"command-line-usage": "^5.0.5",
"fs-finder": "^1.8.1",
"inquirer": "^6.0.0",
"jsonfile": "^4.0.0",