Skip to content

Commit 3fad9af

Browse files
committed
Bump build/version number and update change log
1 parent 9b5e4e2 commit 3fad9af

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- [Mac] The published date now reflects the time a post was published, not created.
2020
- [Mac] If the option is set, the app now silently checks for updates on launch.
2121
- [Mac] New drafts are created in the currently-selected blog, rather than being created in Drafts (or "Anonymous" for Write.as accounts).
22-
- [iOS, Mac] Updated the URL and minimum version of the WriteFreely Swift package.
22+
- [Mac] Updated the URL and minimum version of the WriteFreely Swift package.
2323

2424
### Fixed
2525

@@ -32,6 +32,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
3333
- [Mac] Sharing a post now uses the custom domain (if any).
3434

35+
## [1.0.6-ios] - 2021-06-10
36+
37+
### Changed
38+
39+
- Updated the URL and minimum version of the WriteFreely Swift package.
40+
3541
## [1.0.5-ios] - 2021-04-12
3642

3743
### Fixed

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
970970
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
971971
CODE_SIGN_STYLE = Automatic;
972-
CURRENT_PROJECT_VERSION = 608;
972+
CURRENT_PROJECT_VERSION = 612;
973973
DEVELOPMENT_TEAM = TPPAB4YBA6;
974974
ENABLE_PREVIEWS = YES;
975975
INFOPLIST_FILE = iOS/Info.plist;
@@ -978,7 +978,7 @@
978978
"$(inherited)",
979979
"@executable_path/Frameworks",
980980
);
981-
MARKETING_VERSION = 1.0.5;
981+
MARKETING_VERSION = 1.0.6;
982982
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
983983
PRODUCT_NAME = "WriteFreely-MultiPlatform";
984984
SDKROOT = iphoneos;
@@ -993,7 +993,7 @@
993993
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
994994
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
995995
CODE_SIGN_STYLE = Automatic;
996-
CURRENT_PROJECT_VERSION = 608;
996+
CURRENT_PROJECT_VERSION = 612;
997997
DEVELOPMENT_TEAM = TPPAB4YBA6;
998998
ENABLE_PREVIEWS = YES;
999999
INFOPLIST_FILE = iOS/Info.plist;
@@ -1002,7 +1002,7 @@
10021002
"$(inherited)",
10031003
"@executable_path/Frameworks",
10041004
);
1005-
MARKETING_VERSION = 1.0.5;
1005+
MARKETING_VERSION = 1.0.6;
10061006
PRODUCT_BUNDLE_IDENTIFIER = "com.abunchtell.WriteFreely-MultiPlatform";
10071007
PRODUCT_NAME = "WriteFreely-MultiPlatform";
10081008
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)