Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philreact committed Nov 14, 2024
1 parent baabe65 commit 258c74d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions latest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.1/qortal.apk"
"version": "0.3.2",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.2/qortal.apk"
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qortal-go",
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite",
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";

export const manifestData = {
version: '0.3.1'
version: '0.3.2'
}

export const NotAuthenticated = ({
Expand Down

0 comments on commit 258c74d

Please sign in to comment.