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

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

2 comments on commit 6ebb05f

@xuhaotian
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey just wondering have you uploaded the new version 1.1.5 yet?

wget
wget https://github.com/trazyn/weweChat/releases/download/1.1.5/wewechat-1.1.5-mac.dmg --2017-12-06 17:34:22-- https://github.com/trazyn/weweChat/releases/download/1.1.5/wewechat-1.1.5-mac.dmg Resolving github.com... 192.30.253.113, 192.30.253.112 Connecting to github.com|192.30.253.113|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2017-12-06 17:34:23 ERROR 404: Not Found.

Brew install
brew cask install wewechat ==> Satisfying dependencies ==> Downloading https://github.com/trazyn/weweChat/releases/download/v1.1.4/wewe ######################################################################## 100.0% ==> Verifying checksum for Cask wewechat ==> Installing Cask wewechat ==> Moving App 'weweChat.app' to '/Applications/weweChat.app'. 🍺 wewechat was successfully installed!

@trazyn
Copy link
Owner Author

@trazyn trazyn commented on 6ebb05f Dec 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xuhaotian Download from here
Home brew not the latest version

Please sign in to comment.