Skip to content

Commit 23920b9

Browse files
authored
release: 1.0.0-beta0 (#648)
1 parent 117ce7d commit 23920b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
you can start integrating the new features into your codebase if you want a head start.
99

1010
The following are the changes since version 1.0.0-alpha0. If you are upgrading from an older version,
11-
please also refer to the change logs of previous versions, **especially 1.0.0-alpha0**.
11+
please also refer to the change logs of previous versions, **especially [1.0.0-alpha0](https://github.com/lightsail-network/java-stellar-sdk/releases/tag/1.0.0-alpha0)**.
1212

1313
### Update
1414
- feat: support constructors in contract creation via `InvokeHostFunctionOperation.createContractOperationBuilder`.
@@ -25,7 +25,7 @@ please also refer to the change logs of previous versions, **especially 1.0.0-al
2525
- refactor!: The `protocolVersion` in the response is now represented as an `Integer`.
2626

2727
## 1.0.0-alpha0
28-
We are thrilled to announce the release of version 1.0.0-alpha0 for java-stellar-sdk,
28+
We are thrilled to announce the release of version 1.0.0-beta0 for java-stellar-sdk,
2929
which has been in development for nearly a decade. This release marks a significant milestone in our journey,
3030
as we have made substantial changes and improvements to enhance the functionality and usability of our software.
3131

android_test/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
implementation("androidx.compose.material3:material3")
6969
// Since we are adding local jar(libs/stellar-sdk.jar) as dependency,
7070
// gradle cannot automatically download the required third-party dependencies.
71-
implementation(files("libs/stellar-sdk-1.0.0-alpha0.jar"))
71+
implementation(files("libs/stellar-sdk-1.0.0-beta0.jar"))
7272
implementation("com.squareup.okhttp3:okhttp:4.11.0")
7373
implementation("com.squareup.okhttp3:okhttp-sse:4.11.0")
7474
implementation("com.moandjiezana.toml:toml4j:0.7.2")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "network.lightsail"
14-
version = "1.0.0-alpha0"
14+
version = "1.0.0-beta0"
1515

1616
java {
1717
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)