From 334e9a6c06e3cfff6979ecb37a61a3e763721cce Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 25 Jul 2024 14:51:10 +0000 Subject: [PATCH] release 3.1.0 --- README.md | 6 +++--- build.gradle | 2 +- pom.xml | 2 +- src/main/java/com/fireblocks/sdk/Configuration.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 448b096..d7adc26 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add this dependency to your project's POM: com.fireblocks.sdk fireblocks-sdk - 0.0.0 + 3.1.0 compile ``` @@ -42,7 +42,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.fireblocks.sdk:fireblocks-sdk:0.0.0" +compile "com.fireblocks.sdk:fireblocks-sdk:3.1.0" ``` ### Others @@ -55,7 +55,7 @@ mvn clean package Then manually install the following JARs: -- `target/fireblocks-sdk-0.0.0.jar` +- `target/fireblocks-sdk-3.1.0.jar` - `target/lib/*.jar` diff --git a/build.gradle b/build.gradle index 358eefb..18b0ee5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' apply plugin: 'com.diffplug.spotless' group = 'com.fireblocks.sdk' -version = '0.0.0' +version = '3.1.0' buildscript { repositories { diff --git a/pom.xml b/pom.xml index 94938f5..0285632 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fireblocks-sdk jar fireblocks-sdk - 0.0.0 + 3.1.0 https://github.com/fireblocks/java-sdk 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. This SDK empowers developers to build robust applications that can interact with the Fireblocks platform'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's capabilities while adhering to best practices in security and efficiency. diff --git a/src/main/java/com/fireblocks/sdk/Configuration.java b/src/main/java/com/fireblocks/sdk/Configuration.java index 9ec56d0..535657c 100644 --- a/src/main/java/com/fireblocks/sdk/Configuration.java +++ b/src/main/java/com/fireblocks/sdk/Configuration.java @@ -14,7 +14,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Configuration { - public static final String VERSION = "0.0.0"; + public static final String VERSION = "3.1.0"; private static ApiClient defaultApiClient = new ApiClient();