diff --git a/README.MD b/README.MD index f43ca81..70ef7e2 100644 --- a/README.MD +++ b/README.MD @@ -35,7 +35,7 @@ API from [https://web.wechat.com/](https://web.wechat.com/) Download the last version on the [website](https://github.com/trazyn/weweChat/releases/latest) or below. #### Mac(10.9+) -[Download](https://github.com/trazyn/weweChat/releases/download/1.0.0/wewechat-1.0.0-mac.dmg) the `.dmg` file. +[Download](https://github.com/trazyn/weweChat/releases/download/1.1.5/wewechat-1.1.5-mac.dmg) the `.dmg` file. Or use [Homebrew-Cask](https://caskroom.github.io/): ``` $ brew cask install wewechat @@ -49,22 +49,22 @@ Other linux distribution please download `.AppImage` packages. Install deb package for Debian / Ubuntu: ``` -$ sudo dpkg -i wewechat-1.0.0-amd64.deb +$ sudo dpkg -i wewechat-1.1.5-amd64.deb ``` Install rpm package for Centos / RHEL: ``` -$ sudo yum localinstall wewechat-1.0.0-x86_64.rpm +$ sudo yum localinstall wewechat-1.1.5-x86_64.rpm ``` Install AppImage package for other linux distribution: ``` -$ chmod u+x wewechat-1.0.0-x86_64.AppImage -$ ./wewechat-1.0.0-x86_64.AppImage +$ chmod u+x wewechat-1.1.5-x86_64.AppImage +$ ./wewechat-1.1.5-x86_64.AppImage ``` #### Windows -[Download](https://github.com/trazyn/weweChat/releases/download/1.0.0/wewechat-1.0.0-win-setup.exe) the `.exe` file. +[Download](https://github.com/trazyn/weweChat/releases/download/1.1.5/wewechat-1.1.5-win-setup.exe) the `.exe` file. ## Screenshot ![preview](https://raw.githubusercontent.com/trazyn/weweChat/master/screenshots/0.png) diff --git a/package.json b/package.json index 9115e4e..20ed4ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wewechat", - "version": "1.1.4", + "version": "1.1.5", "description": "Unofficial WeChat client built with React, MobX and Electron.", "main": "main.js", "scripts": {