Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 5, 2024
1 parent f0f41e6 commit 168f6d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .ahqstore/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"linuxOptions": {}
},
"finder": {
"windowsFinder": {
"windowsAmd64Finder": {
"startsWith": "electron",
"endsWith": "-win.zip"
},
"linuxFinder": {
"linuxAmd64Finder": {
"startsWith": "electron-",
"endsWith": ".AppImage"
}
Expand Down Expand Up @@ -53,11 +53,11 @@
"linuxOptions": {}
},
"finder": {
"windowsFinder": {
"windowsAmd64Finder": {
"contains": "Tauri",
"endsWith": ".msi"
},
"linuxFinder": {
"linuxAmd64Finder": {
"startsWith": "sample-tauri-app",
"endsWith": ".AppImage"
}
Expand Down
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
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.2.6",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 168f6d5

Please sign in to comment.