From d83b8c72c740c1023dd1bd31c1efdeae58c7756c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20G=2E=20=C3=87ift=C3=A7i?= Date: Wed, 21 Nov 2018 14:51:04 +0300 Subject: [PATCH] New Release 3.0.0 --- CHANGELOG.md | 4 ++++ SwiftIconFont.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f5386..fd35371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.0.0] - 2018-11-21 +- Update project SWIFT_VERSION to 4.2 for Fix Swift 4.2 build error. +- Make public GetIconIndexWithSelectedIcon and GetFontTypeWithSelectedIcon + ## [2.9.0] - 2018-10-23 - Swift 4.2 Support diff --git a/SwiftIconFont.podspec b/SwiftIconFont.podspec index 0c6f245..8290ebd 100644 --- a/SwiftIconFont.podspec +++ b/SwiftIconFont.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = "SwiftIconFont" s.summary = "Icons fonts for Swift (FontAwesome, Ionicons, Octicons, Iconic)" s.requires_arc = true - s.version = "2.9.1" + s.version = "3.0.0" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Sedat CIFTCI" => "me@sedat.us" } s.homepage = "http://sedat.ninja"