Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
segecey committed Jun 3, 2020
1 parent 6c5b1a6 commit 3537184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SwiftIconFont.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
s.homepage = "http://sedat.ninja"
Expand Down

0 comments on commit 3537184

Please sign in to comment.