From 38b28f866cf1071addb9f52392c64b708ca9ac1a Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:46:49 +0000 Subject: [PATCH] sdk: update version 0.1.1 --- packages/simplex-chat-client/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/simplex-chat-client/typescript/package.json b/packages/simplex-chat-client/typescript/package.json index c93f46ef6f..e780d2f288 100644 --- a/packages/simplex-chat-client/typescript/package.json +++ b/packages/simplex-chat-client/typescript/package.json @@ -1,6 +1,6 @@ { "name": "simplex-chat", - "version": "0.1.0", + "version": "0.1.1", "description": "SimpleX Chat client", "main": "dist/index.js", "types": "dist/index.d.ts",