Skip to content

Commit

Permalink
chore: increase versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGS committed Jan 9, 2024
1 parent 392e79b commit ec957e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "teams_status"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[package.metadata.winres]
ProductName = "Teams Status"
ProductVersion = "0.2.2"
ProductVersion = "0.2.3"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -27,6 +27,7 @@ magic-crypt = "3.1.13"
rumqttc = "0.23.0"
serde_json = "1.0.111"
async-trait = "0.1.77"
anyhow = "1.0.79"

[build-dependencies]
winres = "0.1.12"
Expand Down

0 comments on commit ec957e7

Please sign in to comment.