Skip to content

Commit

Permalink
chore: bump version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Mar 8, 2022
1 parent 90ef703 commit 10c1b2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.logseq.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "0.6.1"
versionCode 15
versionName "0.6.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Logseq",
"version": "0.6.1",
"version": "0.6.2",
"main": "electron.js",
"author": "Logseq",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/version.cljs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(ns frontend.version)

(defonce version "0.6.1")
(defonce version "0.6.2")

0 comments on commit 10c1b2c

Please sign in to comment.