Skip to content

Commit

Permalink
Bump to 0.43.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Jan 23, 2024
1 parent 8f69e93 commit 938355f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.43.0
* Bump `java-stellar-sdk` from 0.42.0 to 0.43.0

## 0.42.0
* Bump `java-stellar-sdk` from 0.41.1 to 0.42.0

Expand Down
2 changes: 1 addition & 1 deletion android_test/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
implementation(files("libs/stellar-sdk-android-spi.jar"))
implementation("com.github.stellar:java-stellar-sdk:0.42.0")
implementation("com.github.stellar:java-stellar-sdk:0.43.0")

testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0-alpha03")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "stellar"
version = "0.42.0"
version = "0.43.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -29,7 +29,7 @@ repositories {
}

dependencies {
implementation("com.github.stellar:java-stellar-sdk:0.42.0")
implementation("com.github.stellar:java-stellar-sdk:0.43.0")
}

tasks {
Expand Down

0 comments on commit 938355f

Please sign in to comment.