diff --git a/package.json b/package.json index a5d2ded0..74a79c2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mtcute", "private": true, - "version": "0.2.0", + "version": "0.2.1", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "license": "MIT", "author": "Alina Sireneva ", diff --git a/packages/client/package.json b/packages/client/package.json index b068e511..25522fea 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/client", "private": true, - "version": "0.2.0", + "version": "0.2.1", "description": "High-level API over @mtcute/core", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/dispatcher/package.json b/packages/dispatcher/package.json index df62ca0a..ffdbbc58 100644 --- a/packages/dispatcher/package.json +++ b/packages/dispatcher/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/dispatcher", "private": true, - "version": "0.2.0", + "version": "0.2.1", "description": "Updates dispatcher and bot framework for @mtcute/client", "author": "Alina Sireneva ", "license": "MIT",