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": {