update version

This commit is contained in:
PhilReact 2024-12-05 14:16:16 +02:00
parent 4972496998
commit c5593ac545
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.3.6",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.6/qortal.apk"
"version": "0.3.7",
"apkUrl": "https://github.com/Qortal/qortal-mobile/releases/download/v0.3.7/qortal.apk"
}

View File

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

View File

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

View File

@ -97,7 +97,6 @@ export const AppsHome = ({ setMode, myApp, myWebsite, availableQapps }) => {
}}
onKeyDown={(e) => {
if (e.key === 'Enter' && qortalUrl) {
console.log('hello')
openQortalUrl();
}
}}