diff --git a/README.md b/README.md
index 690bb93..3bd3056 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
-# Fireblocks Java SDK (Beta)
+# Fireblocks Java SDK
-> **Warning**
-> This package is currently in a beta stage and should be used at your own risk.
-> The provided interfaces might go through backwards-incompatibale changes.
For detailed API documentation please refer to the [Fireblocks API Reference](https://developers.fireblocks.com/reference/).
@@ -35,7 +32,7 @@ Add this dependency to your project's POM:
com.fireblocks.sdk
fireblocks-sdk
- 1.0.0
+ 1.0.1
compile
```
@@ -45,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:1.0.0"
+compile "com.fireblocks.sdk:fireblocks-sdk:1.0.1"
```
### Others
@@ -58,7 +55,7 @@ mvn clean package
Then manually install the following JARs:
-- `target/fireblocks-sdk-1.0.0.jar`
+- `target/fireblocks-sdk-1.0.1.jar`
- `target/lib/*.jar`
diff --git a/build.gradle b/build.gradle
index 1762a0d..d0e9159 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'com.diffplug.spotless'
group = 'com.fireblocks.sdk'
-version = '1.0.0'
+version = '1.0.1'
buildscript {
repositories {
diff --git a/pom.xml b/pom.xml
index 0ac2361..b12645e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
fireblocks-sdk
jar
fireblocks-sdk
- 1.0.0
+ 1.0.1
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 8e44f3f..b396b19 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 = "1.0.0";
+ public static final String VERSION = "1.0.1";
private static ApiClient defaultApiClient = new ApiClient();