From 88687ad0c3219f8847b2648c7bdaa36d4988445f Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Sun, 21 Dec 2025 15:47:45 +0200 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."