From 17c79a3aa87d511ba3b60f4198db7d70dec8fd97 Mon Sep 17 00:00:00 2001 From: drelich Date: Thu, 26 Mar 2026 09:30:39 +0100 Subject: [PATCH] Bump version to 0.2.1 and increase minimum window width to 900px --- package-lock.json | 2 +- package.json | 2 +- src-tauri/tauri.conf.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 568e7f2..9899de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-notes-tauri", - "version": "0.1.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5eb7855..47e4198 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-notes-tauri", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b53b67a..34311f0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Nextcloud Notes", - "version": "0.2.0", + "version": "0.2.1", "identifier": "com.davidrelich.nextcloud-notes", "build": { "beforeDevCommand": "npm run dev", @@ -15,7 +15,7 @@ "title": "Nextcloud Notes", "width": 1200, "height": 800, - "minWidth": 800, + "minWidth": 900, "minHeight": 600, "devtools": true }