Skip to content

Commit 23648af

Browse files
committed
Update version in package.json.
1 parent 683127c commit 23648af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/web/tdweb/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/web/tdweb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdweb",
3-
"version": "1.8.1",
3+
"version": "1.8.37",
44
"description": "JavaScript interface for TDLib (Telegram library)",
55
"main": "dist/tdweb.js",
66
"repository": {

update_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
cd $(dirname $0)
33

4-
COMMIT_FILES="example/cpp/CMakeLists.txt example/uwp/extension.vsixmanifest example/uwp/Telegram.Td.UWP.nuspec README.md td/telegram/OptionManager.cpp"
4+
COMMIT_FILES="example/cpp/CMakeLists.txt example/uwp/extension.vsixmanifest example/uwp/Telegram.Td.UWP.nuspec example/web/tdweb/package.json example/web/tdweb/package-lock.json README.md td/telegram/OptionManager.cpp"
55

66
# check argument '-i' to drop all fixed files list.
77
for arg in "$@"; do if [[ "$arg" == "-i" ]]; then COMMIT_FILES=""; break; fi; done

0 commit comments

Comments
 (0)