chore: bump version 0.5.8

pull/3770/head
Andelf 2022-01-05 22:42:46 +08:00
parent 0c378a5916
commit c292f6fb96
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "Logseq",
"version": "0.5.7",
"version": "0.5.8",
"main": "electron.js",
"author": "Logseq",
"license": "AGPL-3.0",

View File

@ -1,3 +1,3 @@
(ns frontend.version)
(defonce version "0.5.7")
(defonce version "0.5.8")