소스 검색

Update changelog, versions

Ashley Mills 6 년 전
부모
커밋
f91c404ea8
4개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 1
      CHANGELOG.md
  2. 1 1
      ReachabilityAppleTVSample/Info.plist
  3. 1 1
      ReachabilityMacSample/Info.plist
  4. 1 1
      ReachabilitySample/Info.plist

+ 4 - 1
CHANGELOG.md

@@ -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 

+ 1 - 1
ReachabilityAppleTVSample/Info.plist

@@ -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>

+ 1 - 1
ReachabilityMacSample/Info.plist

@@ -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>

+ 1 - 1
ReachabilitySample/Info.plist

@@ -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>