Skip to content

Commit f3f434f

Browse files
authored
Merge pull request #1656 from DimensionDev/version/1.1.4
version 114514
2 parents 65f3e24 + 022aecd commit f3f434f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

desktopApp/src/main/csharp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="51945Tlaster.FlareApp"
1212
Publisher="CN=F82B0EE7-EF8D-4515-BEAB-DD968D07D67F"
13-
Version="1.1.3.0" />
13+
Version="1.1.4.0" />
1414

1515
<mp:PhoneIdentity PhoneProductId="41c320a3-e557-4743-b941-89a8a7c94021" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1616

fdroid.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=1.1.3
2-
versionCode=1130
1+
versionName=1.1.4
2+
versionCode=1140

iosApp/Flare.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
331331
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
332332
CODE_SIGN_STYLE = Automatic;
333-
CURRENT_PROJECT_VERSION = 21;
333+
CURRENT_PROJECT_VERSION = 23;
334334
DEVELOPMENT_TEAM = 7LFDZ96332;
335335
ENABLE_PREVIEWS = YES;
336336
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -351,6 +351,7 @@
351351
"@executable_path/Frameworks",
352352
);
353353
MARKETING_VERSION = 0.9.0;
354+
MARKETING_VERSION = 1.0.0;
354355
PRODUCT_BUNDLE_IDENTIFIER = dev.dimension.flare;
355356
PRODUCT_NAME = "$(TARGET_NAME)";
356357
STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -370,7 +371,7 @@
370371
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
371372
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
372373
CODE_SIGN_STYLE = Automatic;
373-
CURRENT_PROJECT_VERSION = 21;
374+
CURRENT_PROJECT_VERSION = 23;
374375
DEVELOPMENT_TEAM = 7LFDZ96332;
375376
ENABLE_PREVIEWS = YES;
376377
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -391,6 +392,7 @@
391392
"@executable_path/Frameworks",
392393
);
393394
MARKETING_VERSION = 0.9.0;
395+
MARKETING_VERSION = 1.0.0;
394396
PRODUCT_BUNDLE_IDENTIFIER = dev.dimension.flare;
395397
PRODUCT_NAME = "$(TARGET_NAME)";
396398
STRING_CATALOG_GENERATE_SYMBOLS = YES;

0 commit comments

Comments
 (0)