Skip to content

Commit

Permalink
Release 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Nov 12, 2023
1 parent 5a0879c commit b7d9665
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

```kotlin
dependencies {
implementation("org.ton:ton-kotlin:0.2.17")
implementation("org.ton:ton-kotlin:0.2.18")
}
```

Expand All @@ -21,7 +21,7 @@ dependencies {
<dependency>
<groupId>org.ton</groupId>
<artifactId>ton-kotlin-jvm</artifactId>
<version>0.2.17</version>
<version>0.2.18</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ https://github.com/andreypfau/ton-kotlin/wiki/TON-Kotlin-documentation

<!-- Badges -->

[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin/0.2.15
[maven-central]: https://central.sonatype.com/artifact/org.ton/ton-kotlin/0.2.18

[license]: LICENSE

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val disableNativeTarget = System.getenv("TON_KOTLIN_DISABLE_NATIVE_TARGET") == "

allprojects {
group = "org.ton"
version = "0.2.17".let {
version = "0.2.18".let {
if (isSnapshot && !it.endsWith("-SNAPSHOT")) {
"$it-SNAPSHOT"
} else it
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include(":ton-kotlin-liteapi")
include(":ton-kotlin-liteclient")
include(":ton-kotlin-logger")
include(":ton-kotlin-mnemonic")
include(":ton-kotlin-rldp")
//include(":ton-kotlin-rldp")
//include(":ton-kotlin-experimental")
include(":ton-kotlin-contract")
include(":ton-kotlin-tl")
Expand Down

0 comments on commit b7d9665

Please sign in to comment.