From a23463071d12636d0c48daab4b0d63c5e5741213 Mon Sep 17 00:00:00 2001 From: Miraculous Owonubi Date: Thu, 27 Jan 2022 02:26:28 +0100 Subject: [PATCH] Publish 0.5.0 to npm --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ef89ff0..d7862efb 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ First start by ensuring all requirements listed above are satisfied. Thereafter, you can use either of these options to install freyr: -- [NPM](https://github.com/npm/cli): `npm install -g miraclx/freyr-js` -- [Yarn](https://github.com/yarnpkg/yarn): `yarn global add miraclx/freyr-js` +- [NPM](https://github.com/npm/cli): `npm install -g freyr` +- [Yarn](https://github.com/yarnpkg/yarn): `yarn global add freyr` -
Or you can build from source diff --git a/package-lock.json b/package-lock.json index ca8a6dde..5d42300f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freyr", - "version": "0.2.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freyr", - "version": "0.2.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@miraclx/apple-music": "^0.4.0", diff --git a/package.json b/package.json index 029a8317..d0f28d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freyr", - "version": "0.2.0", + "version": "0.5.0", "description": "A versatile, service-agnostic music downloader and manager", "main": "src/freyr.js", "scripts": {