From 611efc7bafc92496905530f1743cf035c7398e06 Mon Sep 17 00:00:00 2001 From: isark Date: Sun, 19 Nov 2023 20:38:28 +0100 Subject: [PATCH] 1.0.1: bump to test new release-build scripts --- src-tauri/tauri.conf.json | 4 ++-- version.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 468875d..535c332 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Nothing", - "version": "1.0.0" + "version": "1.0.1" }, "tauri": { "systemTray": { @@ -30,7 +30,7 @@ "icons/icon.ico" ], "identifier": "me.isark.poe.Nothing", - "targets": ["nsis", "app", "updater"], + "targets": ["nsis", "appimage", "updater"], "windows": { "wix": { "language": "en-US" diff --git a/version.json b/version.json index b1e9f2d..0a0ab6e 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "v1.0.0", + "version": "v1.0.1", "notes": "First 'properly' released version. Now with auto update support!", "pub_date": "2023-11-18T17:00:00Z", "platforms": {