Skip to content

Commit 07229ce

Browse files
committed
Bump version to 0.9.0
1 parent 7c1c0b2 commit 07229ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ewasm_api"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"]
55
license = "Apache-2.0"
66
repository = "https://github.com/ewasm/ewasm-rust-api"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project aims to give a low-level and a high-level binding to ewasm from Rus
1010
Add the dependency, as usual:
1111
```toml
1212
[dependencies]
13-
ewasm-api = "0.8"
13+
ewasm-api = "0.9"
1414
```
1515

1616
In your project, include the prelude:

0 commit comments

Comments
 (0)