diff --git a/Cargo.lock b/Cargo.lock index 127ac26..7bfa4d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2369,7 +2369,7 @@ dependencies = [ [[package]] name = "simple-budget" -version = "1.0.1" +version = "1.1.0" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index 5300f15..4e658bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "simple-budget" default-run = "simple-budget" -version = "1.0.1" +version = "1.1.0" edition = "2021" resolver = "2"