Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philreact committed Nov 15, 2024
1 parent 54bb22e commit 297b4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qortal-hub",
"version": "0.3.2",
"version": "0.3.3",
"description": "A desktop app that gives you access to the Qortal network",
"author": {
"name": ""
Expand Down
2 changes: 1 addition & 1 deletion src/ExtStates/NotAuthenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { set } from "lodash";
import { cleanUrl, isUsingLocal } from "../background";

const manifestData = {
version: "0.3.2",
version: "0.3.3",
};

export const NotAuthenticated = ({
Expand Down

0 comments on commit 297b4b0

Please sign in to comment.