diff --git a/package.json b/package.json index 9cf24c87..b3842060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heda", - "version": "1.5.51", + "version": "1.5.52", "type": "module", "private": true, "author": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 25d36a07..f03a83be 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.51", + "version": "1.5.52", "identifier": "me.araopj.heda", "build": { "frontendDist": "../build", @@ -13,7 +13,7 @@ "windows": [ { "center": true, - "title": "Hierarchical Electrical Design Analyzer v1.5.51", + "title": "Hierarchical Electrical Design Analyzer v1.5.52", "width": 950, "height": 650, "minWidth": 950,