Skip to content

Commit 540f3c7

Browse files
committed
rename to logseq OG
1 parent ab5e70b commit 540f3c7

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.logseq.app"
1212
minSdkVersion rootProject.ext.minSdkVersion
1313
targetSdkVersion rootProject.ext.targetSdkVersion
14-
versionCode 87
15-
versionName "0.11.0"
14+
versionCode 88
15+
versionName "1.0.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
aaptOptions {
1818
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
"$(inherited)",
677677
"@executable_path/Frameworks",
678678
);
679-
MARKETING_VERSION = 0.11.0;
679+
MARKETING_VERSION = 1.0.0;
680680
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
681681
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
682682
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -709,7 +709,7 @@
709709
"$(inherited)",
710710
"@executable_path/Frameworks",
711711
);
712-
MARKETING_VERSION = 0.11.0;
712+
MARKETING_VERSION = 1.0.0;
713713
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq;
714714
PRODUCT_NAME = "$(TARGET_NAME)";
715715
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -740,7 +740,7 @@
740740
"@executable_path/Frameworks",
741741
"@executable_path/../../Frameworks",
742742
);
743-
MARKETING_VERSION = 0.11.0;
743+
MARKETING_VERSION = 1.0.0;
744744
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
745745
MTL_FAST_MATH = YES;
746746
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
@@ -773,7 +773,7 @@
773773
"@executable_path/Frameworks",
774774
"@executable_path/../../Frameworks",
775775
);
776-
MARKETING_VERSION = 0.11.0;
776+
MARKETING_VERSION = 1.0.0;
777777
MTL_FAST_MATH = YES;
778778
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.ShareViewController;
779779
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -811,7 +811,7 @@
811811
"@executable_path/../../Frameworks",
812812
);
813813
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
814-
MARKETING_VERSION = 1.0;
814+
MARKETING_VERSION = 1.0.0;
815815
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
816816
MTL_FAST_MATH = YES;
817817
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
@@ -853,7 +853,7 @@
853853
"@executable_path/../../Frameworks",
854854
);
855855
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
856-
MARKETING_VERSION = 1.0;
856+
MARKETING_VERSION = 1.0.0;
857857
MTL_FAST_MATH = YES;
858858
PRODUCT_BUNDLE_IDENTIFIER = com.logseq.logseq.shortcuts;
859859
PRODUCT_NAME = "$(TARGET_NAME)";

resources/forge.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ const fs = require('fs')
33

44
module.exports = {
55
packagerConfig: {
6-
name: 'Logseq',
6+
name: 'Logseq OG',
77
icon: './icons/logseq_big_sur.icns',
8-
buildVersion: "87",
9-
appBundleId: "com.logseq.logseq",
8+
buildVersion: "88",
9+
appBundleId: "com.logseq.logseq-og",
1010
protocols: [
1111
{
1212
"protocol": "logseq",
@@ -32,7 +32,7 @@ module.exports = {
3232
{
3333
'name': '@electron-forge/maker-squirrel',
3434
'config': {
35-
'name': 'Logseq',
35+
'name': 'Logseq OG',
3636
'setupIcon': './icons/logseq.ico',
3737
'loadingGif': './icons/installing.gif',
3838
'certificateFile': process.env.CODE_SIGN_CERTIFICATE_FILE,
@@ -43,11 +43,11 @@ module.exports = {
4343
{
4444
'name': '@electron-forge/maker-wix',
4545
'config': {
46-
name: 'Logseq',
46+
name: 'Logseq OG',
4747
icon: path.join(__dirname, './icons/logseq.ico'),
4848
language: 1033,
4949
manufacturer: 'Logseq',
50-
appUserModelId: 'com.logseq.logseq',
50+
appUserModelId: 'com.logseq.logseq-og',
5151
upgradeCode: "3778eb84-a0ce-4109-9120-5d4315e0d7de",
5252
ui: {
5353
enabled: false,
@@ -76,7 +76,7 @@ module.exports = {
7676
config: {
7777
format: 'ULFO',
7878
icon: './icons/logseq_big_sur.icns',
79-
name: 'Logseq'
79+
name: 'Logseq OG'
8080
}
8181
},
8282
{
@@ -99,7 +99,7 @@ module.exports = {
9999
config: {
100100
repository: {
101101
owner: 'logseq',
102-
name: 'logseq'
102+
name: 'og'
103103
},
104104
prerelease: true
105105
}

0 commit comments

Comments
 (0)