Skip to content

Commit d3a9b53

Browse files
authored
Merge pull request #9 from fireblocks/fireblocks-api-spec/generated/9732
Generated SDK for version v1.0.1
2 parents 9409197 + 26e7ebf commit d3a9b53

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Fireblocks Java SDK (Beta)
1+
# Fireblocks Java SDK
22
<!--[![Maven version](https://badge.fury.io/java/fireblocks.svg)](https://badge.fury.io/java/fireblocks)-->
3-
> **Warning**
4-
> This package is currently in a beta stage and should be used at your own risk.
5-
> The provided interfaces might go through backwards-incompatibale changes.
63

74
For detailed API documentation please refer to the [Fireblocks API Reference](https://developers.fireblocks.com/reference/).
85

@@ -35,7 +32,7 @@ Add this dependency to your project's POM:
3532
<dependency>
3633
<groupId>com.fireblocks.sdk</groupId>
3734
<artifactId>fireblocks-sdk</artifactId>
38-
<version>1.0.0</version>
35+
<version>1.0.1</version>
3936
<scope>compile</scope>
4037
</dependency>
4138
```
@@ -45,7 +42,7 @@ Add this dependency to your project's POM:
4542
Add this dependency to your project's build file:
4643

4744
```groovy
48-
compile "com.fireblocks.sdk:fireblocks-sdk:1.0.0"
45+
compile "com.fireblocks.sdk:fireblocks-sdk:1.0.1"
4946
```
5047

5148
### Others
@@ -58,7 +55,7 @@ mvn clean package
5855

5956
Then manually install the following JARs:
6057

61-
- `target/fireblocks-sdk-1.0.0.jar`
58+
- `target/fireblocks-sdk-1.0.1.jar`
6259
- `target/lib/*.jar`
6360

6461

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 = '1.0.0'
6+
version = '1.0.1'
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>1.0.0</version>
8+
<version>1.0.1</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 = "1.0.0";
17+
public static final String VERSION = "1.0.1";
1818

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

0 commit comments

Comments
 (0)