|
10 | 10 |
|
11 | 11 | ### Core components
|
12 | 12 |
|
13 |
| -* `org.ton:ton-kotlin-tvm:0.3.0` - TVM Primitives (Cells, BOC, etc.) |
14 |
| -* `org.ton:ton-kotlin-crypto:0.3.0` - Crypto primitives for TON (ED25519, SHA, etc.) |
15 |
| -* `org.ton:ton-kotlin-adnl:0.3.0` - ADNL (Abstract Datagram Network Layer) TON Network implementation |
| 13 | +* `org.ton:ton-kotlin-tvm:0.3.1` - TVM Primitives (Cells, BOC, etc.) |
| 14 | +* `org.ton:ton-kotlin-crypto:0.3.1` - Crypto primitives for TON (ED25519, SHA, etc.) |
| 15 | +* `org.ton:ton-kotlin-adnl:0.3.1` - ADNL (Abstract Datagram Network Layer) TON Network implementation |
16 | 16 |
|
17 | 17 | ### API Interfaces
|
18 | 18 |
|
19 |
| -* `org.ton:ton-kotlin-contract:0.3.0` - Smart-contracts API interface |
20 |
| -* `org.ton:ton-kotlin-liteclient:0.3.0` - Lite-client API implementation |
| 19 | +* `org.ton:ton-kotlin-contract:0.3.1` - Smart-contracts API interface |
| 20 | +* `org.ton:ton-kotlin-liteclient:0.3.1` - Lite-client API implementation |
21 | 21 |
|
22 | 22 | ### TL-B (TL-Binary)
|
23 | 23 |
|
24 |
| -* `org.ton:ton-kotlin-tlb:0.3.0` - TON TL-B (TL-Binary) serialization/deserialization |
25 |
| -* `org.ton:ton-kotlin-block-tlb:0.3.0` - Pre-generated TL-B schemas for TON Blockchain |
26 |
| -* `org.ton:ton-kotlin-hashmap-tlb:0.3.0` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary) |
| 24 | +* `org.ton:ton-kotlin-tlb:0.3.1` - TON TL-B (TL-Binary) serialization/deserialization |
| 25 | +* `org.ton:ton-kotlin-block-tlb:0.3.1` - Pre-generated TL-B schemas for TON Blockchain |
| 26 | +* `org.ton:ton-kotlin-hashmap-tlb:0.3.1` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary) |
27 | 27 |
|
28 | 28 | ## Documentation
|
29 | 29 |
|
30 | 30 | https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation
|
31 | 31 |
|
32 | 32 | <!-- Badges -->
|
33 | 33 |
|
34 |
| -[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.3.0 |
| 34 | +[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin-tvm/0.3.1 |
35 | 35 |
|
36 | 36 | [license]: LICENSE
|
37 | 37 |
|
|
0 commit comments