Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Dec 20, 2022
1 parent 4afbc85 commit 5ba24c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are on Android, [this](https://github.com/cozodb/cozo-android) is what yo
Artefacts are on [maven central](https://mvnrepository.com/artifact/io.github.cozodb/cozo_java):

```groovy
implementation 'io.github.cozodb:cozo_java:0.2.2'
implementation 'io.github.cozodb:cozo_java:0.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

group 'io.github.cozodb'
archivesBaseName = "cozo-java"
version '0.2.2'
version '0.3.0'

apply plugin: 'maven-publish'
apply plugin: 'signing'
Expand Down Expand Up @@ -39,7 +39,7 @@ publishing {

groupId = 'io.github.cozodb'
artifactId = 'cozo_java'
version = '0.2.2'
version = '0.3.0'
from components.java

pom {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/cozodb/CozoJavaBridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @see CozoDb
*/
public class CozoJavaBridge {
private final static String VERSION = "0.2.2";
private final static String VERSION = "0.3.0";

private static native int openDb(String engine, String path, String options);

Expand Down

0 comments on commit 5ba24c4

Please sign in to comment.