Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 1, 2024
1 parent 12f3b32 commit 1f1961f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.3",
"version": "1.2.4",
"type": "module",
"homepage": "https://ahq-store.web.app",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Octokit } from "octokit";

export default async function () {
const { version } = require("./tauri/package.json");
import { version } from "./tauri/package.json";

export default async function () {
const client = new Octokit({
auth: process.env.token,
});
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.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 1f1961f

Please sign in to comment.