Skip to content

Commit dd4a82a

Browse files
committed
Fix link in change log and bump build number for iOS app
1 parent 4f5e43b commit dd4a82a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- [Mac] The server URL field is better validated when logging in to a WriteFreely instance/Write.as.
3131
- [Mac] Fixed a regression where text color did not adapt to dark mode correctly.
3232

33-
## [1.0.4-ios] - 2021-02-11
33+
## [1.0.4-ios] - 2021-02-15
3434

3535
### Changed
3636

@@ -225,7 +225,8 @@ suffixes to differentiate between platforms, until both are at feature parity.
225225
- Contributing guide
226226
- This changelog
227227

228-
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...HEAD
228+
[Unreleased]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.4-ios...HEAD
229+
[1.0.4-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.2-ios...v1.0.4-ios
229230
[1.0.2-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1-ios...v1.0.2-ios
230231
[1.0.1-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.0...v1.0.1-ios
231232
[1.0.1b3-ios]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v1.0.1b2-ios...v1.0.1b3-ios

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 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 = 599;
972+
CURRENT_PROJECT_VERSION = 600;
973973
DEVELOPMENT_TEAM = TPPAB4YBA6;
974974
ENABLE_PREVIEWS = YES;
975975
INFOPLIST_FILE = iOS/Info.plist;
@@ -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 = 599;
996+
CURRENT_PROJECT_VERSION = 600;
997997
DEVELOPMENT_TEAM = TPPAB4YBA6;
998998
ENABLE_PREVIEWS = YES;
999999
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)