diff --git a/specta-typescript/Cargo.toml b/specta-typescript/Cargo.toml index 593c0e7..f1b92db 100644 --- a/specta-typescript/Cargo.toml +++ b/specta-typescript/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta-typescript" description = "Export your Rust types to TypeScript" -version = "0.0.1" +version = "0.0.2" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT" diff --git a/specta-util/Cargo.toml b/specta-util/Cargo.toml index c31f6a0..91d97d7 100644 --- a/specta-util/Cargo.toml +++ b/specta-util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "specta-util" description = "High-level utilities for working with Specta" -version = "0.0.1" +version = "0.0.2" authors = ["Oscar Beaumont "] edition = "2021" license = "MIT"