update version

This commit is contained in:
PhilReact 2024-11-18 20:58:03 +02:00
parent 0c986b9433
commit a37ea3db92
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.3.2", "version": "0.3.3",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.2/qortal.apk" "apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.3/qortal.apk"
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "qortal-go", "name": "qortal-go",
"private": true, "private": true,
"version": "0.3.2", "version": "0.3.3",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@ -23,7 +23,7 @@ import { set } from "lodash";
import { cleanUrl, isUsingLocal } from "../background"; import { cleanUrl, isUsingLocal } from "../background";
export const manifestData = { export const manifestData = {
version: '0.3.2.1' version: '0.3.3'
} }
export const NotAuthenticated = ({ export const NotAuthenticated = ({