mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-01 18:15:54 +00:00
update version
This commit is contained in:
parent
e04b8b4173
commit
eca9ab0bcf
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.3.9",
|
"version": "0.4.0",
|
||||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.9/qortal.apk"
|
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.4.0/qortal.apk"
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qortal-go",
|
"name": "qortal-go",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.9",
|
"version": "0.4.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -26,7 +26,7 @@ import HelpIcon from '@mui/icons-material/Help';
|
|||||||
import { GlobalContext } from "../App";
|
import { GlobalContext } from "../App";
|
||||||
|
|
||||||
export const manifestData = {
|
export const manifestData = {
|
||||||
version: "0.3.9",
|
version: "0.4.0",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const NotAuthenticated = ({
|
export const NotAuthenticated = ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user