Skip to content

Commit 9023beb

Browse files
committed
New Release 2.9.0
1 parent 403a18c commit 9023beb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.9.0] - 2018-10-23
5+
- Swift 4.2 Support
6+
47
## [2.8.0] - 2018-05-18
58

69
- Ionicons v4 support

SwiftIconFont.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.name = "SwiftIconFont"
66
s.summary = "Icons fonts for Swift (FontAwesome, Ionicons, Octicons, Iconic)"
77
s.requires_arc = true
8-
s.version = "2.8.0"
8+
s.version = "2.9.0"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "Sedat CIFTCI" => "[email protected]" }
1111
s.homepage = "http://sedat.ninja"

0 commit comments

Comments
 (0)