Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnam committed May 9, 2019
2 parents 0b6d2c9 + ebfcfbf commit 005cb39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppDelegate.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'AppDelegate'
spec.version = '0.1.0'
spec.version = '0.1.1'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jasonnam/AppDelegate'
spec.authors = { 'Jason Nam' => '[email protected]' }
spec.summary = 'Break down app delegate into smaller and single-purpose plugins.'
spec.source = { :git => 'https://github.com/jasonnam/AppDelegate.git', :tag => '0.1.0' }
spec.swift_version = '4.2'
spec.source = { :git => 'https://github.com/jasonnam/AppDelegate.git', :tag => '0.1.1' }
spec.swift_version = '5.0'

spec.ios.deployment_target = '8.0'

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2019-05-09
### Changed
- Update Swift version to 5.0

## [0.1.0] - 2019-05-09
### Added
- `AppDelegate.swift`

[0.1.1]: https://github.com/jasonnam/AppDelegate/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/jasonnam/AppDelegate/releases/tag/0.1.0

0 comments on commit 005cb39

Please sign in to comment.