Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philreact committed Dec 2, 2024
1 parent b314c0a commit 6ca1c6a
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.5",
"version": "0.3.6",
"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.5",
version: "0.3.6",
};

export const NotAuthenticated = ({
Expand Down

0 comments on commit 6ca1c6a

Please sign in to comment.