Skip to content

Commit 3971534

Browse files
authored
#132 docs: update version references in README.md (#133)
Update package version from 0.2.12 to 0.2.15 to match Cargo.toml.
1 parent 559b4b1 commit 3971534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The top section represents the entire project. Proceeding with folders and final
107107
The macros are available with the `macros` feature. Enable it in your `Cargo.toml`:
108108

109109
```toml
110-
telegram-webapp-sdk = { version = "0.2.12", features = ["macros"] }
110+
telegram-webapp-sdk = { version = "0.2.15", features = ["macros"] }
111111
```
112112

113113
Reduce boilerplate in Telegram Mini Apps using the provided macros:
@@ -171,7 +171,7 @@ telegram-webapp-sdk = "0.2"
171171
Enable optional features as needed:
172172

173173
```toml
174-
telegram-webapp-sdk = { version = "0.2.12", features = ["macros", "yew", "mock"] }
174+
telegram-webapp-sdk = { version = "0.2.15", features = ["macros", "yew", "mock"] }
175175
```
176176

177177
- `macros` — enables `telegram_app!`, `telegram_page!`, and `telegram_router!`.

0 commit comments

Comments
 (0)