Skip to content

Commit

Permalink
Merge pull request #122 from IBDecodable/release/0.4.19
Browse files Browse the repository at this point in the history
Release 0.4.19
  • Loading branch information
kateinoigakukun committed Sep 20, 2019
2 parents 81c3b19 + cbf51af commit 45a1ef2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.18
0.4.19
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.19]

### Fixed

- Remove platform parameter from podspec to fix installation failure for CocoaPods. [#121](https://github.com/IBDecodable/IBLinter/pull/121)

## [0.4.18]

### Fixed
Expand Down Expand Up @@ -65,7 +71,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
- First version


[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.18...HEAD
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.19...HEAD
[0.4.19]: https://github.com/IBDecodable/IBLinter/compare/0.4.18...0.4.19
[0.4.18]: https://github.com/IBDecodable/IBLinter/compare/0.4.17...0.4.18
[0.4.17]: https://github.com/IBDecodable/IBLinter/compare/0.4.16...0.4.17
[0.4.16]: https://github.com/IBDecodable/IBLinter/compare/0.4.15...0.4.16
Expand Down
2 changes: 1 addition & 1 deletion Sources/IBLinterFrontend/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.4.18")
public static let current = Version(value: "0.4.19")
}

0 comments on commit 45a1ef2

Please sign in to comment.