Skip to content

Commit

Permalink
chore: Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed May 13, 2020
1 parent 50f8256 commit 6fbc54f
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 50 deletions.
102 changes: 57 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "wasmer-jni"
version = "0.1.1"
version = "0.1.2"
authors = ["Ivan Enderlin <[email protected]>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Wasmer JNI as a dependency, write for instance:

```gradle
dependencies {
implementation "org.wasmer:wasmer-jni-amd64-linux:0.1.1"
implementation "org.wasmer:wasmer-jni-amd64-linux:0.1.2"
}
```

Expand Down Expand Up @@ -98,7 +98,7 @@ Finally, you can configure your dependencies such as:

```gradle
dependencies {
implementation "org.wasmer:wasmer-jni-" + inferWasmerJarAppendix() + ":0.1.1"
implementation "org.wasmer:wasmer-jni-" + inferWasmerJarAppendix() + ":0.1.2"
}
```

Expand Down Expand Up @@ -339,7 +339,7 @@ To build the JAR package:
$ make package
```

This will generate the file `build/libs/wasmer-jni-$(architecture)-$(os)-0.1.1.jar`.
This will generate the file `build/libs/wasmer-jni-$(architecture)-$(os)-0.1.2.jar`.

### Testing

Expand Down
Loading

0 comments on commit 6fbc54f

Please sign in to comment.