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

Commit 36daf0a

Browse files
author
Radu M
authored
Merge pull request #69 from radu-matei/v0.4.0
Bump packages to v0.4.0 to bring in sync with latest published releases
2 parents 0c0cf5d + 70f9981 commit 36daf0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-experimental-http-wasmtime-sample"
3-
version = "0.1.0"
3+
version = "0.4.0"
44
authors = ["Radu Matei <[email protected]>"]
55
edition = "2018"
66

crates/as/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index.ts",
44
"ascMain": "index.ts",
55
"types": "index.ts",
6-
"version": "0.2.0",
6+
"version": "0.4.0",
77
"description": "Experimental HTTP library for AssemblyScript",
88
"author": {
99
"name": "The DeisLabs team at Microsoft"

crates/wasi-experimental-http-wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-experimental-http-wasmtime"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
authors = ["Radu Matei <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/deislabs/wasi-experimental-http"

crates/wasi-experimental-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasi-experimental-http"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
authors = ["Radu Matei <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/deislabs/wasi-experimental-http"

0 commit comments

Comments
 (0)