Skip to content

Commit 45a1ef2

Browse files
Merge pull request #122 from IBDecodable/release/0.4.19
Release 0.4.19
2 parents 81c3b19 + cbf51af commit 45a1ef2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.18
1+
0.4.19

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public 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
}

0 commit comments

Comments
 (0)