Update version to 136.0.2
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"productName": "RisuAI",
|
||||
"mainBinaryName": "RisuAI",
|
||||
"version": "136.0.1",
|
||||
"version": "136.0.2",
|
||||
"identifier": "co.aiclient.risu",
|
||||
"plugins": {
|
||||
"updater": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const DataBase = writable({} as any as Database)
|
||||
export const loadedStore = writable(false)
|
||||
export let appVer = "136.0.1"
|
||||
export let appVer = "136.0.2"
|
||||
export let webAppSubVer = ''
|
||||
|
||||
import { get, writable } from 'svelte/store';
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":"136.0.1"}
|
||||
{"version":"136.0.2"}
|
||||
Reference in New Issue
Block a user