Skip to content

Commit 4e4637e

Browse files
committed
0.9.0
1 parent 0f250fe commit 4e4637e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const popup = usePopup()
2626
Install package:
2727

2828
```bash
29-
npm i vue-tg@beta
29+
npm i vue-tg
3030
```
3131

3232
To connect your Mini App to the Telegram client, place the script `telegram-web-app.js` in the `<head>` tag before any other scripts, using this code:

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: 'test'
88
Install package:
99

1010
```bash
11-
npm i vue-tg@beta
11+
npm i vue-tg
1212
```
1313

1414
To connect your Mini App to the Telegram client, place the script `telegram-web-app.js` in the `<head>` tag before any other scripts, using this code:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tg",
3-
"version": "0.9.0-beta.10",
3+
"version": "0.9.0",
44
"description": "Telegram integration for Vue",
55
"author": "deptyped <deptyped@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)