chore(release): bump version 0.9.20

This commit is contained in:
Andelf
2023-10-25 20:14:59 +08:00
parent 32f913de6a
commit 77d92f4d08
4 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ android {
applicationId "com.logseq.app" applicationId "com.logseq.app"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 72 versionCode 73
versionName "0.9.19" versionName "0.9.20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -4,7 +4,7 @@ module.exports = {
packagerConfig: { packagerConfig: {
name: 'Logseq', name: 'Logseq',
icon: './icons/logseq_big_sur.icns', icon: './icons/logseq_big_sur.icns',
buildVersion: 72, buildVersion: 73,
protocols: [ protocols: [
{ {
"protocol": "logseq", "protocol": "logseq",

View File

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

View File

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