diff --git a/Cargo.lock b/Cargo.lock index 81a2893..e35ce08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "xlformula_engine" -version = "0.4.1" +version = "0.4.2" dependencies = [ "assert_approx_eq", "chrono", diff --git a/Cargo.toml b/Cargo.toml index df11c1a..9d10b7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "xlformula_engine" readme = "README.md" repository = "https://github.com/jiradaherbst/XLFormula-Engine" -version = "0.4.1" +version = "0.4.2" [dependencies] chrono = { version = "0.4.41", default-features = false }