diff --git a/gramjs/Version.ts b/gramjs/Version.ts index 05b04540..bb3fcbd1 100644 --- a/gramjs/Version.ts +++ b/gramjs/Version.ts @@ -1 +1 @@ -export const version = "2.26.9"; \ No newline at end of file +export const version = "2.26.11"; \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7f3e6629..dda409ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram", - "version": "2.26.10", + "version": "2.26.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram", - "version": "2.26.10", + "version": "2.26.12", "license": "MIT", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 150d8fd0..6fc01ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram", - "version": "2.26.10", + "version": "2.26.12", "description": "NodeJS/Browser MTProto API Telegram client library,", "main": "index.js", "types": "index.d.ts", @@ -75,4 +75,4 @@ "node-localstorage": "^2.2.1", "socks": "^2.6.2" } -} +} \ No newline at end of file