From a2eda5501eb8acedea06847d9acb390c36b469eb Mon Sep 17 00:00:00 2001 From: Pfitzer Date: Mon, 23 Sep 2024 18:06:59 +0200 Subject: [PATCH] Update version to 0.4.0 Bump version in Cargo.toml, package.json, and Cargo.lock files. This update aims to signify important changes or improvements in the application. --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fddfacb..e2f9a00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notes", "private": true, - "version": "0.3.2", + "version": "0.4.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 071c8c8..50c6ef0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2323,7 +2323,7 @@ dependencies = [ [[package]] name = "notes" -version = "0.3.2" +version = "0.4.0" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a479447..e547e86 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notes" -version = "0.3.2" +version = "0.4.0" description = "A Tauri App" authors = ["Michael Pfister "] license = "MIT"