From 37f04141b10808529ec768ae1913a9113f555eb4 Mon Sep 17 00:00:00 2001 From: Yuan Gao Date: Mon, 24 Aug 2020 14:00:13 +0800 Subject: [PATCH] bump hostie version to be the stable one (#2051) * bump hostie version to be the stable one * 0.48.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b44ba89e..e75d06f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.48.0", + "version": "0.48.1", "description": "Wechaty is Conversational SDK Chatbot Makers, Powered by TypeScript, Docker, and 💖", "main": "dist/src/mod.js", "typings": "dist/src/mod.d.ts", @@ -101,7 +101,7 @@ "state-switch": "^0.9.9", "typed-emitter": "^1.3.0", "watchdog": "^0.8.17", - "wechaty-puppet-hostie": "^0.9.13", + "wechaty-puppet-hostie": "^0.10.0", "wechaty-puppet": "^0.32.3", "ws": "^7.3.1" }, -- GitLab