diff --git a/.ahqstore/config.json b/.ahqstore/config.json index 06913df..0bfa849 100644 --- a/.ahqstore/config.json +++ b/.ahqstore/config.json @@ -21,11 +21,11 @@ "linuxOptions": {} }, "finder": { - "windowsFinder": { + "windowsAmd64Finder": { "startsWith": "electron", "endsWith": "-win.zip" }, - "linuxFinder": { + "linuxAmd64Finder": { "startsWith": "electron-", "endsWith": ".AppImage" } @@ -53,11 +53,11 @@ "linuxOptions": {} }, "finder": { - "windowsFinder": { + "windowsAmd64Finder": { "contains": "Tauri", "endsWith": ".msi" }, - "linuxFinder": { + "linuxAmd64Finder": { "startsWith": "sample-tauri-app", "endsWith": ".AppImage" } diff --git a/electron/package.json b/electron/package.json index bda1078..c27b564 100644 --- a/electron/package.json +++ b/electron/package.json @@ -4,9 +4,9 @@ "main": "main.cjs", "description": "AHQ Store Electron Project", "author": "AHQ Store Developers", - "version": "1.2.6", + "version": "1.3.0", "type": "module", - "homepage": "https://ahq-store.web.app", + "homepage": "https://ahqstore.github.io", "scripts": { "dev": "vite", "start": "electron .", diff --git a/tauri/package.json b/tauri/package.json index 8b7a4d9..bae0f93 100644 --- a/tauri/package.json +++ b/tauri/package.json @@ -1,7 +1,7 @@ { "name": "ahq-store-sample-app", "private": true, - "version": "1.2.6", + "version": "1.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/tauri/src-tauri/Cargo.toml b/tauri/src-tauri/Cargo.toml index d059735..ac840db 100644 --- a/tauri/src-tauri/Cargo.toml +++ b/tauri/src-tauri/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "ahq-store-sample-app" -version = "1.2.3" +version = "1.3.0" description = "A Tauri App" authors = ["AHQ Store Developers"] -license = "" +license = "MIT" repository = "" edition = "2021"