Skip to content

Commit db225ca

Browse files
authored
Update README.md
1 parent 42efdd7 commit db225ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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>11.2.0</version>
35+
<version>0.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:11.2.0"
45+
compile "com.fireblocks.sdk:fireblocks-sdk:0.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-11.2.0.jar`
58+
- `target/fireblocks-sdk-0.0.0.jar`
5959
- `target/lib/*.jar`
6060

6161

0 commit comments

Comments
 (0)