Skip to content

Commit 3c0768d

Browse files
committed
version 1.1.3
1 parent 845e1d7 commit 3c0768d

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@
364364
<![CDATA[
365365
<span>Version %1$s:</span>
366366
<ul>
367-
<li>Notifications now support multiple accounts.</li>
368-
<li>Add support for OPML import and export.</li>
369367
<li>Bug fixes and performance improvements.</li>
370368
</ul>
371369
]]>

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.2.0" />
13+
Version="1.1.3.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.2
2-
versionCode=1120
1+
versionName=1.1.3
2+
versionCode=1130

iosApp/Flare.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 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 = 13;
333+
CURRENT_PROJECT_VERSION = 21;
334334
DEVELOPMENT_TEAM = 7LFDZ96332;
335335
ENABLE_PREVIEWS = YES;
336336
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -350,7 +350,7 @@
350350
"$(inherited)",
351351
"@executable_path/Frameworks",
352352
);
353-
MARKETING_VERSION = 0.7.0;
353+
MARKETING_VERSION = 0.9.0;
354354
PRODUCT_BUNDLE_IDENTIFIER = dev.dimension.flare;
355355
PRODUCT_NAME = "$(TARGET_NAME)";
356356
STRING_CATALOG_GENERATE_SYMBOLS = YES;
@@ -370,7 +370,7 @@
370370
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
371371
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
372372
CODE_SIGN_STYLE = Automatic;
373-
CURRENT_PROJECT_VERSION = 13;
373+
CURRENT_PROJECT_VERSION = 21;
374374
DEVELOPMENT_TEAM = 7LFDZ96332;
375375
ENABLE_PREVIEWS = YES;
376376
ENABLE_USER_SCRIPT_SANDBOXING = NO;
@@ -390,7 +390,7 @@
390390
"$(inherited)",
391391
"@executable_path/Frameworks",
392392
);
393-
MARKETING_VERSION = 0.7.0;
393+
MARKETING_VERSION = 0.9.0;
394394
PRODUCT_BUNDLE_IDENTIFIER = dev.dimension.flare;
395395
PRODUCT_NAME = "$(TARGET_NAME)";
396396
STRING_CATALOG_GENERATE_SYMBOLS = YES;

0 commit comments

Comments
 (0)