Skip to content

Commit

Permalink
chore(release): bump version 0.10.2
Browse files Browse the repository at this point in the history
andelf committed Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ef3dc26 commit 8871bee
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ android {
applicationId "com.logseq.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 75
versionName "0.10.1"
versionCode 76
versionName "0.10.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
2 changes: 1 addition & 1 deletion resources/forge.config.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ module.exports = {
packagerConfig: {
name: 'Logseq',
icon: './icons/logseq_big_sur.icns',
buildVersion: 75,
buildVersion: 76,
asar: true,
protocols: [
{
2 changes: 1 addition & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Logseq",
"productName": "Logseq",
"version": "0.10.1",
"version": "0.10.2",
"main": "electron.js",
"author": "Logseq",
"license": "AGPL-3.0",
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 ^:no-doc frontend.version)

(defonce version "0.10.1")
(defonce version "0.10.2")

0 comments on commit 8871bee

Please sign in to comment.