chore: bump version to 0.1.2

This commit is contained in:
KhooLy 2026-06-18 00:36:32 +03:00
parent 5b806dfad5
commit 0c9a251db7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"name": "fluxa-desktop",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -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",