Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Jan 5, 2023
1 parent 1c79c13 commit 2a31d8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Android 用户请移步 [这里](https://github.com/cozodb/cozo-lib-android/blob
库可从 [maven central](https://mvnrepository.com/artifact/io.github.cozodb/cozo_java) 下载:

```groovy
implementation 'io.github.cozodb:cozo_java:0.4.0'
implementation 'io.github.cozodb:cozo_java:0.4.1'
```

## 使用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are on Android, [this](https://github.com/cozodb/cozo-lib-android) is wha
Artefacts are on [maven central](https://mvnrepository.com/artifact/io.github.cozodb/cozo_java):

```groovy
implementation 'io.github.cozodb:cozo_java:0.4.0'
implementation 'io.github.cozodb:cozo_java:0.4.1'
```

## 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.4.0'
version '0.4.1'

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.4.0'
version = '0.4.1'
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.4.0";
private final static String VERSION = "0.4.1";

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

Expand Down

0 comments on commit 2a31d8b

Please sign in to comment.