diff --git a/package.json b/package.json index 1f22af46..d523bebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "heda", - "version": "0.3.26", + "version": "0.3.27", "type": "module", "private": true, "author": { diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f3a5ee47..38ddfaf7 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": "0.3.26", + "version": "0.3.27", "identifier": "me.araopj.heda", "build": { "frontendDist": "../build", @@ -13,7 +13,7 @@ "windows": [ { "center": true, - "title": "Hierarchical Electrical Design Analyzer v0.3.26", + "title": "Hierarchical Electrical Design Analyzer v0.3.27", "width": 950, "height": 650, "minWidth": 950,