File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1- 0.4.18
1+ 0.4.19
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 0.4.19]
8+
9+ ### Fixed
10+
11+ - Remove platform parameter from podspec to fix installation failure for CocoaPods. [ #121 ] ( https://github.com/IBDecodable/IBLinter/pull/121 )
12+
713## [ 0.4.18]
814
915### Fixed
@@ -65,7 +71,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
6571- First version
6672
6773
68- [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.18...HEAD
74+ [ Unreleased ] : https://github.com/IBDecodable/IBLinter/compare/0.4.19...HEAD
75+ [ 0.4.19 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.18...0.4.19
6976[ 0.4.18 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.17...0.4.18
7077[ 0.4.17 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.16...0.4.17
7178[ 0.4.16 ] : https://github.com/IBDecodable/IBLinter/compare/0.4.15...0.4.16
Original file line number Diff line number Diff line change 11public struct Version {
22 public let value : String
33
4- public static let current = Version ( value: " 0.4.18 " )
4+ public static let current = Version ( value: " 0.4.19 " )
55}
You can’t perform that action at this time.
0 commit comments