From d163297bf09d58d04e289405ce3c49ed8eace36b Mon Sep 17 00:00:00 2001 From: Ian Sinnott Date: Tue, 18 Jul 2023 00:09:37 +0800 Subject: [PATCH] v1.1.0 --- package.json | 4 ++-- src-tauri/tauri.conf.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f18cb3..c1fcd31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prompta", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "dev": "tauri dev", @@ -56,4 +56,4 @@ "svelte-markdown": "0.2.3", "uuid": "9.0.0" } -} \ No newline at end of file +} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f2fdffe..7641fc6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Prompta", - "version": "1.0.1" + "version": "1.1.0" }, "tauri": { "allowlist": {