From 8673a3b2f5087618fdb31b757d639801cca82fbd Mon Sep 17 00:00:00 2001 From: Peter John Arao Date: Thu, 16 Jan 2025 15:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=201.6.60=20i?= =?UTF-8?q?n=20package.json=20and=20tauri.conf.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b099da3a..91424054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heda", - "version": "1.5.53", + "version": "1.6.60", "type": "module", "private": true, "author": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5f984975..ef4bbaa7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "productName": "Hierarchical Electrical Design Analyzer", - "version": "1.5.53", + "version": "1.6.60", "identifier": "me.araopj.heda", "build": { "frontendDist": "../build", @@ -13,7 +13,7 @@ "windows": [ { "center": true, - "title": "Hierarchical Electrical Design Analyzer v1.5.53", + "title": "Hierarchical Electrical Design Analyzer v1.6.60", "width": 950, "height": 650, "minWidth": 950,