diff --git a/gramjs/Version.ts b/gramjs/Version.ts index fdac64f3..435c744d 100644 --- a/gramjs/Version.ts +++ b/gramjs/Version.ts @@ -1 +1 @@ -export const version = "2.23.0"; +export const version = "2.23.1"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ed1e6728..33f0dd7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram", - "version": "2.22.2", + "version": "2.23.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram", - "version": "2.22.2", + "version": "2.23.2", "license": "MIT", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 170a7912..6420f1ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram", - "version": "2.23.0", + "version": "2.23.2", "description": "NodeJS/Browser MTProto API Telegram client library,", "main": "index.js", "types": "index.d.ts", @@ -70,4 +70,4 @@ "node-localstorage": "^2.2.1", "socks": "^2.6.2" } -} +} \ No newline at end of file