chore: bump desktop version to 0.1.2 for signed updater release

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-14 11:56:23 +09:00
parent eae4ccd4c6
commit d2b8affc57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@goldenchart/desktop", "name": "@goldenchart/desktop",
"version": "0.1.1", "version": "0.1.2",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "GoldenChart", "productName": "GoldenChart",
"version": "0.1.1", "version": "0.1.2",
"identifier": "com.goldenchart.desktop", "identifier": "com.goldenchart.desktop",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",