Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 1efd71b

Browse files
author
Vehbi Malkoch
committed
readme.md changes
1 parent c5d5039 commit 1efd71b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Java 8:
1414
<dependency>
1515
<groupId>io.cryptoapis</groupId>
1616
<artifactId>cryptoapis-java-client</artifactId>
17-
<version>1.2.0</version>
17+
<version>1.2.4</version>
1818
</dependency>
1919
```
2020
### Gradle
2121
Java 8:
2222

2323
```java
24-
compile("io.cryptoapis:cryptoapis-java-client:1.2.0")
24+
compile("io.cryptoapis:cryptoapis-java-client:1.2.4")
2525
```
2626

2727
## How to use

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.fasterxml.jackson.core</groupId>
121121
<artifactId>jackson-databind</artifactId>
122-
<version>2.9.9.2</version>
122+
<version>2.9.10.1</version>
123123
</dependency>
124124

125125
<!-- https://mvnrepository.com/artifact/log4j/log4j -->

release.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#release configuration
2-
#Tue Oct 22 16:11:03 EEST 2019
2+
#Fri Nov 08 13:22:02 EET 2019
33
scm.tagNameFormat=@{project.artifactId}-@{project.version}
44
pushChanges=false
55
scm.url=scm\:git\:[email protected]\:github.com\:Crypto-APIs/Java-Library.git

0 commit comments

Comments
 (0)