diff --git a/Cargo.lock b/Cargo.lock index c1b94c0..80026af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "textpod" -version = "0.1.6" +version = "0.1.7" dependencies = [ "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index 14ac365..ba20382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textpod" -version = "0.1.6" +version = "0.1.7" edition = "2021" license-file = "LICENSE" description = "Local, web-based notetaking app inspired by 'One Big Text File' idea."