Skip to content

Commit c80d8a3

Browse files
committed
chore: bump version to 0.2.0
1 parent 5973076 commit c80d8a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["wav1c", "wav1c-cli", "wav1c-ffi", "wav1c-wasm"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.1.2"
6+
version = "0.2.0"
77
authors = ["Rafael Caricio <rafael@caricio.com>"]
88
license = "MPL-2.0"
99
repository = "https://github.com/rafaelcaricio/wav1c"

wav1c-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ name = "wav1c"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
wav1c = { path = "../wav1c", version = "0.1.2" }
17+
wav1c = { path = "../wav1c", version = "0.2.0" }

wav1c-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ categories.workspace = true
1313
crate-type = ["cdylib", "staticlib", "lib"]
1414

1515
[dependencies]
16-
wav1c = { path = "../wav1c", version = "0.1.2" }
16+
wav1c = { path = "../wav1c", version = "0.2.0" }

0 commit comments

Comments
 (0)