Skip to content

Commit

Permalink
chore: update version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerulan Lumina authored and Cerulan Lumina committed Apr 5, 2024
1 parent 1d6a36e commit 179cef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typeshare-cli"
version = "1.9.0"
version = "1.9.1"
rust-version = "1.57"
edition = "2021"
description = "Command Line Tool for generating language files with typeshare"
Expand All @@ -23,4 +23,4 @@ once_cell = "1"
rayon = "1.5"
serde = { version = "1.0.164", features = ["derive"] }
toml = "0.5"
typeshare-core = { path = "../core", version = "1.9.0" }
typeshare-core = { path = "../core", version = "1.9.1" }
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typeshare-core"
version = "1.9.0"
version = "1.9.1"
rust-version = "1.57"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 179cef5

Please sign in to comment.