diff --git a/package.json b/package.json index 944d2a1..b3bd18a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fluxa-desktop", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c03a187..453dd08 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": "Fluxa Desktop", - "version": "0.1.1", + "version": "0.1.2", "identifier": "com.fluxa.desktop", "build": { "frontendDist": "../dist",