mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-04-25 04:17:53 +00:00
change version
This commit is contained in:
parent
03d0bf0177
commit
5239d234e6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.3.5",
|
||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.5/qortal.apk"
|
||||
"version": "0.3.6",
|
||||
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.6/qortal.apk"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qortal-go",
|
||||
"private": true,
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
@ -23,7 +23,7 @@ import { set } from "lodash";
|
||||
import { cleanUrl, isUsingLocal } from "../background";
|
||||
|
||||
export const manifestData = {
|
||||
version: '0.3.5'
|
||||
version: '0.3.6'
|
||||
}
|
||||
|
||||
export const NotAuthenticated = ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user