chore: bump version 0.5.5

pull/3584/head 0.5.5
Andelf 2021-12-21 22:17:14 +08:00
parent 250dd4e9c3
commit d95be218e8
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 11 versionCode 11
versionName "0.5.4" versionName "0.5.5"
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

@ -1,6 +1,6 @@
{ {
"name": "Logseq", "name": "Logseq",
"version": "0.5.4", "version": "0.5.5",
"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 frontend.version) (ns frontend.version)
(defonce version "0.5.4") (defonce version "0.5.5")