Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Dec 29, 2023
1 parent 4b0ba30 commit 5b7f09b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
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.1.0",
"version": "1.2.0",
"type": "module",
"homepage": "https://ahq-store.web.app",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ahqstore-sample-project",
"version": "1.0.3",
"version": "1.2.0",
"description": "This repo is an example repo showing **AHQ Store** bundle codebases for\r - Electron\r - Tauri",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"octokit": "^3.1.2"
},
"devDependencies": {
"@ahqstore/cli": "^0.1.1"
"@ahqstore/cli": "^0.1.3"
}
}
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "1.2.0",
"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.0.5"
version = "1.2.0"
description = "A Tauri App"
authors = ["AHQ Store Developers"]
license = ""
Expand Down

0 comments on commit 5b7f09b

Please sign in to comment.