Skip to content

Commit 2cb9fda

Browse files
authored
Update README.md (#33)
Update maven coordinates for `1.0.4` release.
1 parent 4c1f71c commit 2cb9fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Next, add the following Maven dependency:
5454
<dependency>
5555
<groupId>com.ripple.cryptoconditions</groupId>
5656
<artifactId>crypto-conditions</artifactId>
57-
<version>1.0.3</version>
57+
<version>1.0.4</version>
5858
</dependency>
5959
...
6060
</dependencies>
@@ -75,7 +75,7 @@ Next, import this library as a dependency, like this:
7575
```
7676
dependencies {
7777
...
78-
compile group: 'com.ripple.cryptoconditions', name: 'crypto-conditions', version: '1.0.3'
78+
compile group: 'com.ripple.cryptoconditions', name: 'crypto-conditions', version: '1.0.4'
7979
...
8080
}
8181
```

0 commit comments

Comments
 (0)