Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranesr committed Jun 8, 2017
1 parent b11af91 commit b5cf5dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [1.5.1] - 2017-06-08

### Changed

- UIBarButtonItem extensions (Fixes onTap animation)

## [1.5] - 2017-06-07

### Added
Expand Down Expand Up @@ -60,7 +66,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Initial Version of SwiftIcons
- Support for Cocoapods

[Unreleased]: https://github.com/ranesr/SwiftIcons/compare/1.5...master
[Unreleased]: https://github.com/ranesr/SwiftIcons/compare/1.5.1...master
[1.5.1]: https://github.com/ranesr/SwiftIcons/compare/1.5...1.5.1
[1.5]: https://github.com/ranesr/SwiftIcons/compare/1.4.1...1.5
[1.4.1]: https://github.com/ranesr/SwiftIcons/compare/1.4...1.4.1
[1.4]: https://github.com/ranesr/SwiftIcons/compare/1.3...1.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add the following lines to your `Podfile`:
```ruby
target 'YourProject' do
use_frameworks!
pod 'SwiftIcons', '~> 1.5'
pod 'SwiftIcons', '~> 1.5.1'
end
```

Expand Down
2 changes: 1 addition & 1 deletion SwiftIcons.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftIcons'
s.version = '1.5'
s.version = '1.5.1'
s.summary = 'SwiftIcons - A library for using different font icons'
s.description = 'SwiftIcons library helps you use icons from any of these font icons - Dripicons, Emoji, FontAwesome, Icofont, Ionicons, Linearicons, Map-icons, Material icons, Open iconic, State face icons, Weather icons'

Expand Down
2 changes: 1 addition & 1 deletion SwiftIcons/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<action selector="goToGithub:" destination="992-F2-xEZ" eventType="touchUpInside" id="I3n-uX-RS9"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.5" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p4a-eR-qB1">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Version: 1.5.1" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="p4a-eR-qB1">
<rect key="frame" x="30" y="377" width="315" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="szw-oy-t1T"/>
Expand Down
Binary file modified docs/images/pic01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5cf5dd

Please sign in to comment.