Skip to content

Commit

Permalink
release v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Dec 3, 2017
1 parent 3605287 commit 6ebb05f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6ebb05f

Please sign in to comment.