Skip to content

Commit 0e6d012

Browse files
committed
Update change log and bump build number
1 parent ca9c3ec commit 0e6d012

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2020-09-14
9+
10+
### Added
11+
12+
- Icon asset for App Store
13+
- [iOS] LaunchScreen storyboard added for iPad multitasking requirements
14+
815
## [0.1.0] - 2020-09-11
916

1017
### Added
@@ -49,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4956
- Contributing guide
5057
- This changelog
5158

59+
[0.1.1] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.1.0...v0.1.1
5260
[0.1.0] https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.2...v0.1.0
5361
[0.0.2]: https://github.com/writeas/writefreely-swiftui-multiplatform/compare/v0.0.1...v0.0.2
5462
[0.0.1]: https://github.com/writeas/writefreely-swiftui-multiplatform/releases/tag/v0.0.1

WriteFreely-MultiPlatform.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
790790
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
791791
CODE_SIGN_STYLE = Automatic;
792-
CURRENT_PROJECT_VERSION = 242;
792+
CURRENT_PROJECT_VERSION = 243;
793793
DEVELOPMENT_TEAM = TPPAB4YBA6;
794794
ENABLE_PREVIEWS = YES;
795795
INFOPLIST_FILE = iOS/Info.plist;
@@ -813,7 +813,7 @@
813813
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
814814
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
815815
CODE_SIGN_STYLE = Automatic;
816-
CURRENT_PROJECT_VERSION = 242;
816+
CURRENT_PROJECT_VERSION = 243;
817817
DEVELOPMENT_TEAM = TPPAB4YBA6;
818818
ENABLE_PREVIEWS = YES;
819819
INFOPLIST_FILE = iOS/Info.plist;

0 commit comments

Comments
 (0)