Update version to 128.0.0
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 2,
|
"versionCode": 2,
|
||||||
"versionName": "127.0.0",
|
"versionName": "128.0.0",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "127.0.0"
|
"version": "128.0.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
export const DataBase = writable({} as any as Database)
|
export const DataBase = writable({} as any as Database)
|
||||||
export const loadedStore = writable(false)
|
export const loadedStore = writable(false)
|
||||||
export let appVer = "127.0.0"
|
export let appVer = "128.0.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
import { get, writable } from 'svelte/store';
|
import { get, writable } from 'svelte/store';
|
||||||
@@ -168,7 +168,7 @@ export function setDatabase(data:Database){
|
|||||||
data.runpodKey = ''
|
data.runpodKey = ''
|
||||||
}
|
}
|
||||||
if(checkNullish(data.webUiUrl)){
|
if(checkNullish(data.webUiUrl)){
|
||||||
data.webUiUrl = 'http://127.0.0.1:7860/'
|
data.webUiUrl = 'http://128.0.0.1:7860/'
|
||||||
}
|
}
|
||||||
if(checkNullish(data.sdSteps)){
|
if(checkNullish(data.sdSteps)){
|
||||||
data.sdSteps = 30
|
data.sdSteps = 30
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"127.0.0"}
|
{"version":"128.0.0"}
|
||||||
Reference in New Issue
Block a user