Skip to content

Commit

Permalink
bump snapshot to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Dec 12, 2023
1 parent f4831e4 commit 1865818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FalkorDB Java client
<dependency>
<groupId>com.falkordb</groupId>
<artifactId>jfalkordb</artifactId>
<version>0.1.6</version>
<version>0.2.0</version>
</dependency>
</dependencies>
```
Expand All @@ -40,7 +40,7 @@ and
<dependency>
<groupId>com.falkordb</groupId>
<artifactId>jfalkordb</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>
<groupId>com.falkordb</groupId>
<artifactId>jfalkordb</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>

<name>JFalkorDB</name>
<description>Official client for falkordb</description>
Expand Down

0 comments on commit 1865818

Please sign in to comment.