From fd9ff93543bbb1a3a41e8ad656c863fddf6ac441 Mon Sep 17 00:00:00 2001 From: trazyn Date: Tue, 3 Jul 2018 02:40:17 +0800 Subject: [PATCH] Release v1.2.0 --- README.md | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index be71f8e..cc2832c 100644 --- a/README.md +++ b/README.md @@ -37,27 +37,27 @@ Download the last version on the [website](https://github.com/trazyn/ieaseMusic/releases/latest) or below. #### Mac(10.9+) -[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.1.9/ieaseMusic-1.1.9-mac.dmg) the `.dmg` file, Or use `homebrew`: +[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.2.0/ieaseMusic-1.2.0-mac.dmg) the `.dmg` file, Or use `homebrew`: ``` brew cask install ieasemusic ``` #### Linux -[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.1.9/ieaseMusic-1.1.9-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu': +[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.2.0/ieaseMusic-1.2.0-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu': ``` -$ sudo dpkg -i ieaseMusic-1.1.9-linux-amd64.deb +$ sudo dpkg -i ieaseMusic-1.2.0-linux-amd64.deb ``` -[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.1.9/ieaseMusic-1.1.9-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL': +[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.2.0/ieaseMusic-1.2.0-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL': ``` -$ sudo yum localinstall ieaseMusic-1.1.9-linux-x86_64.rpm +$ sudo yum localinstall ieaseMusic-1.2.0-linux-x86_64.rpm ``` -[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.1.9/iease-music-1.1.9-x86_64.AppImage) the `.Appimage` file for other distribution: +[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.2.0/iease-music-1.2.0-x86_64.AppImage) the `.Appimage` file for other distribution: ``` -$ chmod u+x iease-music-1.1.9-x86_64.AppImage -$ ./iease-music-1.1.9-x86_64.AppImage +$ chmod u+x iease-music-1.2.0-x86_64.AppImage +$ ./iease-music-1.2.0-x86_64.AppImage ``` Archlinux `pacman` install: diff --git a/package.json b/package.json index 3e66429..7c0d48b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iease-music", - "version": "1.1.9", + "version": "1.2.0", "description": "这应该是最好的网易云音乐播放器了,没有之一,如果有请打醒 🤘", "main": "main.js", "scripts": {