Skip to content

Commit

Permalink
Update version in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
kklisura committed May 7, 2019
1 parent 4e3be19 commit 1f222e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion cdt-java-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following dependency to your `pom.xml`:
<dependency>
<groupId>com.github.kklisura.cdt</groupId>
<artifactId>cdt-java-client</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```

Expand Down

0 comments on commit 1f222e5

Please sign in to comment.