diff --git a/package.json b/package.json index 2a1a86ea..4408691a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mtcute", "private": true, - "version": "0.1.1", + "version": "0.1.2", "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 014f170a..c2065c04 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/client", "private": true, - "version": "0.1.1", + "version": "0.1.2", "description": "High-level API over @mtcute/core", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 3333078e..078ea846 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/core", "private": true, - "version": "0.1.1", + "version": "0.1.2", "description": "Core functions and base MTProto client", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/create-bot/package.json b/packages/create-bot/package.json index 026c5591..6bb113a7 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.1.1", + "version": "0.1.2", "description": "Bot starter kit for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/crypto-node/package.json b/packages/crypto-node/package.json index b3fed58d..1aa8dc95 100644 --- a/packages/crypto-node/package.json +++ b/packages/crypto-node/package.json @@ -1,6 +1,6 @@ { "name": "@mtcute/crypto-node", - "version": "0.1.1", + "version": "0.1.2", "description": "Native crypto implementation for NodeJS", "author": "Alina Sireneva ", "main": "src/index.ts", diff --git a/packages/dispatcher/package.json b/packages/dispatcher/package.json index dc7e2e5b..446995c5 100644 --- a/packages/dispatcher/package.json +++ b/packages/dispatcher/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/dispatcher", "private": true, - "version": "0.1.1", + "version": "0.1.2", "description": "Updates dispatcher and bot framework for @mtcute/client", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/sqlite/package.json b/packages/sqlite/package.json index 17d3b71d..29a8783e 100644 --- a/packages/sqlite/package.json +++ b/packages/sqlite/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/sqlite", "private": true, - "version": "0.1.1", + "version": "0.1.2", "description": "SQLite-based storage for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/test/package.json b/packages/test/package.json index 8ea2b006..3a1e196c 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/test", "private": true, - "version": "0.1.1", + "version": "0.1.2", "description": "Test utilities for mtcute", "author": "Alina Sireneva ", "license": "MIT",