chore(desktop): bump version to v0.1.52

This commit is contained in:
Macbook
2026-06-15 16:44:19 +09:00
parent 491fc8c267
commit b8bd70be9b
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.48", "version": "0.1.52",
"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.48", "version": "0.1.52",
"identifier": "com.goldenchart.desktop", "identifier": "com.goldenchart.desktop",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",