Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAolen committed Jan 16, 2020
1 parent 9f553bb commit 1f8ae6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv-db</groupId>
<artifactId>jcv-db-assertj-db</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<scope>test</scope>
</dependency>
...
Expand Down Expand Up @@ -144,7 +144,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv-db</groupId>
<artifactId>jcv-db-jdbc</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<scope>test</scope>
</dependency>
...
Expand Down Expand Up @@ -215,7 +215,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv-db</groupId>
<artifactId>jcv-db-cassandra</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<scope>test</scope>
</dependency>
...
Expand Down Expand Up @@ -286,7 +286,7 @@ Maven
<dependency>
<groupId>com.ekino.oss.jcv-db</groupId>
<artifactId>jcv-db-mongo</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<scope>test</scope>
</dependency>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 0.0.4-SNAPSHOT
version = 0.0.4

kotlin.code.style=official

0 comments on commit 1f8ae6c

Please sign in to comment.