Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 6, 2024
1 parent 3206c1a commit 0ff391a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .ahqstore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"repo": "sample-app"
},
"platform": {
"winAmd64Platform": null,
"winAmd64Platform": "WindowsZip",
"winArm64Platform": null,
"linuxAmd64Platform": null,
"linuxAmd64Platform": "LinuxAppImage",
"linuxArm64Platform": null,
"linuxArm32Platform": null,
"androidUniversal": null,
Expand All @@ -27,7 +27,7 @@
},
"finder": {
"windowsAmd64Finder": {
"startsWith": "electron",
"startsWith": "electron-",
"endsWith": "-win.zip"
},
"windowsArm64Finder": null,
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"finder": {
"windowsAmd64Finder": {
"startsWith": "Tauri",
"startsWith": "Sample.Tauri",
"endsWith": ".msi"
},
"windowsArm64Finder": null,
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "main.cjs",
"description": "AHQ Store Electron Project",
"author": "AHQ Store Developers",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"homepage": "https://ahqstore.github.io",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ahq-store-sample-app",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ahq-store-sample-app"
version = "1.3.1"
version = "1.3.2"
description = "A Tauri App"
authors = ["AHQ Store Developers"]
license = "MIT"
Expand Down

0 comments on commit 0ff391a

Please sign in to comment.