Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Jan 28, 2019
1 parent 3e622db commit 5e2d335
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,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.3.3/ieaseMusic-1.3.2-mac.dmg) the `.dmg` file, Or use `homebrew`:
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/ieaseMusic-1.3.4-mac.dmg) the `.dmg` file, Or use `homebrew`:
```
brew cask install ieasemusic
```

#### Linux

[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3/ieaseMusic-1.3.2-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/ieaseMusic-1.3.4-linux-amd64.deb) the `.deb` file for 'Debian / Ubuntu':
```
$ sudo dpkg -i ieaseMusic-1.3.2-linux-amd64.deb
$ sudo dpkg -i ieaseMusic-1.3.4-linux-amd64.deb
```

[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3/ieaseMusic-1.3.2-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL':
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/ieaseMusic-1.3.4-linux-x86_64.rpm) the `.rpm` file for 'Centos/RHEL':
```
$ sudo yum localinstall ieaseMusic-1.3.2-linux-x86_64.rpm
$ sudo yum localinstall ieaseMusic-1.3.4-linux-x86_64.rpm
```

[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.3/iease-music-1.3.2-x86_64.AppImage) the `.Appimage` file for other distribution:
[Download](https://github.com/trazyn/ieaseMusic/releases/download/v1.3.4/iease-music-1.3.4-x86_64.AppImage) the `.Appimage` file for other distribution:
```
$ chmod u+x iease-music-1.3.2-x86_64.AppImage
$ ./iease-music-1.3.2-x86_64.AppImage
$ chmod u+x iease-music-1.3.4-x86_64.AppImage
$ ./iease-music-1.3.4-x86_64.AppImage
```

Archlinux `pacman` install:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iease-music",
"version": "1.3.3",
"version": "1.3.4",
"description": "网易云音乐第三方 ✨",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -135,12 +135,12 @@
"crypto": "^1.0.1",
"debug": "^4.1.1",
"delegate": "^3.2.0",
"electron-json-storage": "^4.1.5",
"electron-json-storage": "^4.1.6",
"electron-updater": "^4.0.6",
"electron-window-state": "^5.0.3",
"han": "0.0.7",
"ionicons201": "^1.0.0",
"libphonenumber-js": "^1.7.7",
"libphonenumber-js": "^1.7.8",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"mobx": "^5.8.0",
Expand Down

0 comments on commit 5e2d335

Please sign in to comment.