From 0c4368cb87a7bc94ec78d05707e19f1761ac54a0 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Mon, 23 Mar 2020 13:31:45 +0800 Subject: [PATCH] 0.37.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5b1ab4c..dcc469ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty", - "version": "0.37.1", + "version": "0.37.2", "description": "Wechaty is a Bot SDK for Individual Account, Powered by TypeScript, Docker, and 💖", "main": "dist/src/index.js", "typings": "dist/src/index.d.ts", -- GitLab