Skip to content

Commit

Permalink
Bump versions in cli and wasm sub-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpineau committed Mar 30, 2023
1 parent e35fb88 commit 678fd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "votable-cli"
version = "0.1.1-alpha"
version = "0.2.0"
authors = ["F.-X. Pineau <[email protected]>"]
description = "Command-line to convert IVOA VOTables in XML, JSON, YAML and TOML"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "votable-wasm"
version = "0.1.1-alpha"
version = "0.2.0"
authors = ["F.-X. Pineau <[email protected]>"]
description = "Convert, in WASM, IVOA VOTables in XML, JSON, YAML and TOML"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 678fd78

Please sign in to comment.