Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: bump package versions to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Matei <[email protected]>
  • Loading branch information
radu-matei committed Feb 19, 2022
1 parent 011e770 commit 4a679ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http-wasmtime-sample"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "index.ts",
"ascMain": "index.ts",
"types": "index.ts",
"version": "0.8.0",
"version": "0.9.0",
"description": "Experimental HTTP library for AssemblyScript",
"author": {
"name": "The DeisLabs team at Microsoft"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-experimental-http-wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http-wasmtime"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2021"
repository = "https://github.com/deislabs/wasi-experimental-http"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasi-experimental-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasi-experimental-http"
version = "0.8.0"
version = "0.9.0"
authors = [ "Radu Matei <[email protected]>" ]
edition = "2018"
repository = "https://github.com/deislabs/wasi-experimental-http"
Expand Down

0 comments on commit 4a679ee

Please sign in to comment.