Skip to content

Commit 79b6af9

Browse files
committed
chore: bump version to 0.10.15
1 parent 880705b commit 79b6af9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.logseq.app"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 89
11-
versionName "0.10.14"
10+
versionCode 90
11+
versionName "0.10.15"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
INFOPLIST_FILE = App/Info.plist;
520520
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
521521
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
522-
MARKETING_VERSION = 0.10.14;
522+
MARKETING_VERSION = 0.10.15;
523523
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
524524
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
525525
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -546,7 +546,7 @@
546546
INFOPLIST_FILE = App/Info.plist;
547547
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
548548
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
549-
MARKETING_VERSION = 0.10.14;
549+
MARKETING_VERSION = 0.10.15;
550550
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
551551
PRODUCT_NAME = "$(TARGET_NAME)";
552552
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
@@ -571,7 +571,7 @@
571571
INFOPLIST_KEY_NSHumanReadableCopyright = "";
572572
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
573573
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
574-
MARKETING_VERSION = 0.10.14;
574+
MARKETING_VERSION = 0.10.15;
575575
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
576576
MTL_FAST_MATH = YES;
577577
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
@@ -598,7 +598,7 @@
598598
INFOPLIST_KEY_NSHumanReadableCopyright = "";
599599
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
600600
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
601-
MARKETING_VERSION = 0.10.14;
601+
MARKETING_VERSION = 0.10.15;
602602
MTL_FAST_MATH = YES;
603603
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
604604
PRODUCT_NAME = "$(TARGET_NAME)";

resources/forge.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
packagerConfig: {
66
name: 'Logseq',
77
icon: './icons/logseq_big_sur.icns',
8-
buildVersion: "89",
8+
buildVersion: "90",
99
protocols: [
1010
{
1111
"protocol": "logseq",

resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Logseq",
33
"productName": "Logseq",
4-
"version": "0.10.14",
4+
"version": "0.10.15",
55
"main": "electron.js",
66
"author": "Logseq",
77
"license": "AGPL-3.0",

src/main/frontend/version.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
(ns ^:no-doc frontend.version)
22

3-
(defonce version "0.10.14")
3+
(defonce version "0.10.15")

0 commit comments

Comments
 (0)