diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 24a7e46..71a854e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "votable-cli" -version = "0.1.1-alpha" +version = "0.2.0" authors = ["F.-X. Pineau "] description = "Command-line to convert IVOA VOTables in XML, JSON, YAML and TOML" license = "MIT OR Apache-2.0" diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 89c9fa1..958a953 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "votable-wasm" -version = "0.1.1-alpha" +version = "0.2.0" authors = ["F.-X. Pineau "] description = "Convert, in WASM, IVOA VOTables in XML, JSON, YAML and TOML" license = "MIT OR Apache-2.0"