mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-24 11:57:52 +00:00
update version
This commit is contained in:
parent
b65eaaafc6
commit
71ad2cc81d
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.3/qortal.apk"
|
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.4/qortal.apk"
|
||||||
}
|
}
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "qortal-go",
|
"name": "qortal-go",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -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.3'
|
version: '0.3.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
export const NotAuthenticated = ({
|
export const NotAuthenticated = ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user