chore: bump version to track missing addresses bug

This commit is contained in:
Tienson Qin
2025-04-25 00:39:57 +08:00
parent ebfd85aebf
commit 94cf0f313a
4 changed files with 600 additions and 600 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 84
versionName "0.10.10"
versionName "0.11.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "Logseq",
"productName": "Logseq",
"version": "0.10.10",
"version": "0.11.0",
"main": "electron.js",
"author": "Logseq",
"license": "AGPL-3.0",

View File

@@ -1,3 +1,3 @@
(ns ^:no-doc frontend.version)
(defonce version "0.10.10")
(defonce version "0.11.0")