release: bump to 0.1.2 (Mac+Win re-release including About cleanup)

This commit is contained in:
2026-05-13 14:39:02 +08:00
parent 50830c2393
commit f888163ba7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "heicode-desktop",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "heicode-desktop"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[lib]
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/nicegui/nicegui/main/nicegui/static/tauri-schema-v2.json",
"productName": "HeiCode",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "com.heicode.desktop",
"build": {
"frontendDist": "../dist",