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 6fbc54f commit b57afc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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.2"
version = "0.2.0"
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.2"
implementation "org.wasmer:wasmer-jni-amd64-linux:0.2.0"
}
```

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.2"
implementation "org.wasmer:wasmer-jni-" + inferWasmerJarAppendix() + ":0.2.0"
}
```

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.2.jar`.
This will generate the file `build/libs/wasmer-jni-$(architecture)-$(os)-0.2.0.jar`.

### Testing

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group "org.wasmer"
version "0.1.2"
version "0.2.0"
}

// This is needed for the Java plugin to make sure
Expand Down

0 comments on commit b57afc6

Please sign in to comment.