Skip to content

Commit 0891980

Browse files
author
Github Actions
committed
release 6.0.0
1 parent 57ae659 commit 0891980

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232
<dependency>
3333
<groupId>com.fireblocks.sdk</groupId>
3434
<artifactId>fireblocks-sdk</artifactId>
35-
<version>0.0.0</version>
35+
<version>6.0.0</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242
Add this dependency to your project's build file:
4343

4444
```groovy
45-
compile "com.fireblocks.sdk:fireblocks-sdk:0.0.0"
45+
compile "com.fireblocks.sdk:fireblocks-sdk:6.0.0"
4646
```
4747

4848
### Others
@@ -55,7 +55,7 @@ mvn clean package
5555

5656
Then manually install the following JARs:
5757

58-
- `target/fireblocks-sdk-0.0.0.jar`
58+
- `target/fireblocks-sdk-6.0.0.jar`
5959
- `target/lib/*.jar`
6060

6161

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'com.diffplug.spotless'
44

55
group = 'com.fireblocks.sdk'
6-
version = '0.0.0'
6+
version = '6.0.0'
77

88
buildscript {
99
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>fireblocks-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>fireblocks-sdk</name>
8-
<version>0.0.0</version>
8+
<version>6.0.0</version>
99
<url>https://github.com/fireblocks/java-sdk</url>
1010
<description>The Fireblocks Official SDK is a comprehensive software development kit that enables seamless integration and interaction with the Fireblocks platform. Fireblocks is a cutting-edge blockchain infrastructure platform that provides secure and scalable solutions for managing digital assets and transactions.
1111
This SDK empowers developers to build robust applications that can interact with the Fireblocks platform&#39;s features, including creating and managing vault accounts, initiating secure transactions, managing assets, and more. It abstracts complex interactions with the Fireblocks API, making it easier for developers to leverage the platform&#39;s capabilities while adhering to best practices in security and efficiency.

src/main/java/com/fireblocks/sdk/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
1616
public class Configuration {
17-
public static final String VERSION = "0.0.0";
17+
public static final String VERSION = "6.0.0";
1818

1919
private static ApiClient defaultApiClient = new ApiClient();
2020

0 commit comments

Comments
 (0)