diff --git a/Cargo.lock b/Cargo.lock index 3154cb7..c1b94c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "textpod" -version = "0.1.5" +version = "0.1.6" dependencies = [ "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index a5b8fc0..eb5de6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textpod" -version = "0.1.5" +version = "0.1.6" edition = "2021" license-file = "LICENSE" description = "Local, web-based notetaking app inspired by 'One Big Text File' idea." diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 0af4602..0145e9d 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -1,3 +1,3 @@ -- [ ] Update version in `Cargo.toml` +- [ ] Update version in `Cargo.toml` and re-generate `Cargo.lock` - [ ] Create Github release - [ ] Update homebrew formula https://github.com/freetonik/homebrew-tap