diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ebd96a24..59db9e07 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Lume", - "version": "24.11.1", + "version": "24.11.2", "identifier": "nu.lume.Lume", "build": { "beforeDevCommand": "pnpm dev", @@ -39,7 +39,10 @@ "targets": "all", "active": true, "category": "SocialNetworking", - "resources": ["resources/*", "locales/*"], + "resources": [ + "resources/*", + "locales/*" + ], "icon": [ "icons/32x32.png", "icons/128x128.png",