Skip to content

Commit bfb6997

Browse files
author
Github Actions
committed
release 12.1.0
1 parent 11bd53c commit bfb6997

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>12.1.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:12.1.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-12.1.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 = '12.1.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>12.1.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
@@ -21,7 +21,7 @@
2121
value = "org.openapitools.codegen.languages.JavaClientCodegen",
2222
comments = "Generator version: 7.14.0")
2323
public class Configuration {
24-
public static final String VERSION = "0.0.0";
24+
public static final String VERSION = "12.1.0";
2525

2626
private static final AtomicReference<ApiClient> defaultApiClient = new AtomicReference<>();
2727
private static volatile Supplier<ApiClient> apiClientFactory = ApiClient::new;

0 commit comments

Comments
 (0)