From 926fa5a2a9f7716d823d036805c657744aef92a0 Mon Sep 17 00:00:00 2001 From: totono Date: Sun, 2 Apr 2023 04:12:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E6=BA=96?= =?UTF-8?q?=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 4 ++-- src-tauri/tauri.conf.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bd9191a..ed8e770 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4443,7 +4443,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "todo" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "dotenv", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1d7c870..130e1c1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "todo" -version = "0.2.0" -description = "A Tauri App" +version = "0.3.0" +description = "todo" authors = ["you"] license = "" repository = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0c4e3de..7db4045 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "todo", - "version": "0.2.0" + "version": "0.3.0" }, "tauri": { "systemTray": {