From 6419ac3dca38ba12f4e5eb6a30252fa11edd6a62 Mon Sep 17 00:00:00 2001 From: tk04 Date: Tue, 9 Apr 2024 13:18:28 -0400 Subject: [PATCH] adjust version --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a69a764..cfefcdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Marker", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "scripts": { "dev": "vite --port 3000", "build": "tsc && vite build", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c750efc..212c4bd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marker" -version = "1.2.0" +version = "1.3.0" description = "A Secure Visual Markdown Editor" authors = ["tk"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e46c0fb..f6fa814 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Marker", - "version": "1.2.0" + "version": "1.3.0" }, "tauri": { "allowlist": {