Skip to content

Commit 63b9593

Browse files
Upped version number
1 parent 33adf5f commit 63b9593

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Christian Legaard <clegaard@outlook.com>"]
33
edition = "2021"
44
name = "unifmu"
5-
version = "0.13.0"
5+
version = "0.14.0"
66

77
[dependencies]
88
clap = { version = "4.5", features = ["derive"] }

fmiapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "fmiapi"
4-
version = "0.13.0"
4+
version = "0.14.0"
55

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

unifmu_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "unifmu_macros"
4-
version = "0.13.0"
4+
version = "0.14.0"
55

66
[lib]
77
proc-macro = true

0 commit comments

Comments
 (0)