Skip to content

Commit

Permalink
Update changelog, versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymills committed Mar 26, 2019
1 parent 375a640 commit f91c404
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [4.3.1] - 2018-10-18
### Fixed
- Link CoreTelephony.framework required in iOS 12
- Link CoreTelephony.framework required in iOS 12 (@corteggo)
### Changed
- Updates for Swift 5.0 (@simonboriis)
- `strongSelf` -> `self` (@strawb3rryx7)

## [4.3.0] - 2018-10-01
### Changed
Expand Down
2 changes: 1 addition & 1 deletion ReachabilityAppleTVSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReachabilityMacSample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReachabilitySample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.3.0</string>
<string>4.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f91c404

Please sign in to comment.