Skip to content

Commit 72d585c

Browse files
committed
change back package to org.ton
Signed-off-by: andreypfau <[email protected]>
1 parent d122a79 commit 72d585c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010

1111
### Core components
1212

13-
* `org.ton.kotlin:ton-kotlin-tvm:0.5.0` - TVM Primitives (Cells, BOC, etc.)
14-
* `org.ton.kotlin:ton-kotlin-crypto:0.5.0` - Crypto primitives for TON (ED25519, SHA, etc.)
15-
* `org.ton.kotlin:ton-kotlin-adnl:0.5.0` - ADNL (Abstract Datagram Network Layer) TON Network implementation
13+
* `org.ton:ton-kotlin-tvm:0.5.0` - TVM Primitives (Cells, BOC, etc.)
14+
* `org.ton:ton-kotlin-crypto:0.5.0` - Crypto primitives for TON (ED25519, SHA, etc.)
15+
* `org.ton:ton-kotlin-adnl:0.5.0` - ADNL (Abstract Datagram Network Layer) TON Network implementation
1616

1717
### API Interfaces
1818

19-
* `org.ton.kotlin:ton-kotlin-contract:0.5.0` - Smart-contracts API interface
20-
* `org.ton.kotlin:ton-kotlin-liteclient:0.5.0` - Lite-client API implementation
19+
* `org.ton:ton-kotlin-contract:0.5.0` - Smart-contracts API interface
20+
* `org.ton:ton-kotlin-liteclient:0.5.0` - Lite-client API implementation
2121

2222
### TL-B (TL-Binary)
2323

24-
* `org.ton.kotlin:ton-kotlin-tlb:0.5.0` - TON TL-B (TL-Binary) serialization/deserialization
25-
* `org.ton.kotlin:ton-kotlin-block-tlb:0.5.0` - Pre-generated TL-B schemas for TON Blockchain
26-
* `org.ton.kotlin:ton-kotlin-hashmap-tlb:0.5.0` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
24+
* `org.ton:ton-kotlin-tlb:0.5.0` - TON TL-B (TL-Binary) serialization/deserialization
25+
* `org.ton:ton-kotlin-block-tlb:0.5.0` - Pre-generated TL-B schemas for TON Blockchain
26+
* `org.ton:ton-kotlin-hashmap-tlb:0.5.0` - Pre-generated TL-B schemas for TON Hashmap (also known as Dictionary)
2727

2828
## Documentation
2929

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
allprojects {
12-
group = "org.ton.kotlin"
12+
group = "org.ton"
1313
version = "0.5.0"
1414

1515
repositories {

0 commit comments

Comments
 (0)