diff --git a/README.md b/README.md index 0dd74b114803455abd24bbfdd39284681bc602a1..fa5e4b549bdf8a7264f7e5b05b75db0819d41a70 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ Know more about TAP: [Why I use Tape Instead of Mocha & So Should You](https://m # Version History -## v0.1.7 (master) +## v0.1.8 (master) 1. add a watchdog to restore from unknown state 2. add support to download image message by `ImageMessage.readyStream()` 3. fix lots of stable issues with webdriver exceptions & injection js code compatible diff --git a/package.json b/package.json index 1a40938b054873945923d4a89b8c218dcc4100ef..de8140b5c791bf4d89db0622766fc3a0b986421e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.1.7", + "version": "0.1.8", "description": "Wechat for Bot. (Personal Account, NOT Official Account)", "main": "index.js", "scripts": {