diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index efa24724..2fdbd358 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.0.1" +version = "1.0.2" [features] strict = [] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 10217d67..53bc7a04 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.1.0" +version = "1.1.1" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index d27912e2..fc4994b9 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.0.0-alpha.0" +version = "2.0.0-alpha.1" [features] compat-mode = [] diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index 5b645183..3a6d69c9 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.0.0-alpha.0" +version = "2.0.0-alpha.1" [features] async = ["tokio_rt"] diff --git a/crates/sys/Cargo.toml b/crates/sys/Cargo.toml index 3bd9ba30..90f6a49c 100644 --- a/crates/sys/Cargo.toml +++ b/crates/sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-sys" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.1.1" +version = "1.1.2" [features] napi1 = []