diff --git a/package.json b/package.json index 64101306..443fd51f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mtcute-workspace", "private": true, - "version": "0.7.1", + "version": "0.7.2", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "license": "MIT", "author": "Alina Sireneva ", diff --git a/packages/core/package.json b/packages/core/package.json index ab2f55a2..a09573b4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/core", "private": true, - "version": "0.7.1", + "version": "0.7.2", "description": "Type-safe library for MTProto (Telegram API)", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/create-bot/package.json b/packages/create-bot/package.json index 3c1744aa..ec92b3e3 100644 --- a/packages/create-bot/package.json +++ b/packages/create-bot/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/create-bot", "private": true, - "version": "0.7.1", + "version": "0.7.2", "description": "Bot starter kit for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index c9f20049..8ab61ff6 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/wasm", "private": true, - "version": "0.7.0", + "version": "0.7.2", "description": "WASM implementation of common algorithms used in Telegram", "author": "Alina Sireneva ", "license": "MIT",