From 3537184675045057b7eeb82ac7d61a0081676fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20G=2E=20=C3=87=C4=B0FT=C3=87=C4=B0?= Date: Thu, 4 Jun 2020 01:52:48 +0300 Subject: [PATCH] Version 6.0.0 --- CHANGELOG.md | 5 +++++ SwiftIconFont.podspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b150283..006dd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [6.0.0] - 2020-06-03 +- Foundation 3 support +- Elegant Icon support +- Captain support + ## [5.0.0] - 2020-06-03 - Font Awesome 5 support - Minor bug fix diff --git a/SwiftIconFont.podspec b/SwiftIconFont.podspec index 2241d85..4106c48 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 = "5.0.0" + s.version = "6.0.0" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Sedat CIFTCI" => "me@sedat.us" } s.homepage = "http://sedat.ninja"