Skip to content

Commit d83b8c7

Browse files
committed
New Release 3.0.0
1 parent 84759c7 commit d83b8c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## [3.0.0] - 2018-11-21
5+
- Update project SWIFT_VERSION to 4.2 for Fix Swift 4.2 build error.
6+
- Make public GetIconIndexWithSelectedIcon and GetFontTypeWithSelectedIcon
7+
48
## [2.9.0] - 2018-10-23
59
- Swift 4.2 Support
610

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.9.1"
8+
s.version = "3.0.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)