From 13843551a771ef49a1b5c7b01d8a24cda0e5a1bc Mon Sep 17 00:00:00 2001 From: Leonardo Date: Mon, 23 Oct 2017 17:00:03 +0200 Subject: [PATCH] Rename LICENSE --- CHANGELOG.md | 6 +++--- LICENSE.md => LICENSE | 0 README.md | 8 ++++---- RevealTextField.podspec | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd83d49..a441656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log #### 1.x Releases -- `1.0.x` Releases - [1.0.1](#101) | [1.0.2](#102) +- `1.0.x` Releases - [1.0.1](#101) | [1.0.3](#103) --- -## [1.0.2](https://github.com/LeonardoCardoso/RevealTextField/releases/tag/1.0.2) -Released on 2017-10-18. +## [1.0.3](https://github.com/LeonardoCardoso/RevealTextField/releases/tag/1.0.3) +Released on 2017-10-23. #### Added - Allow images larger than than UITextField height. diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index 4572bcf..507565e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![iOS](Assets/jif.gif) [![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/RevealTextField#requirements-and-details) -[![CocoaPods](https://img.shields.io/badge/pod-v1.0.1-red.svg)](https://github.com/LeonardoCardoso/RevealTextField#cocoapods) +[![CocoaPods](https://img.shields.io/badge/pod-v1.0.3-red.svg)](https://github.com/LeonardoCardoso/RevealTextField#cocoapods) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/RevealTextField#carthage) > Simple extension to add a reveal button to your boring UITextField @@ -29,7 +29,7 @@ $ gem install cocoapods ``` -> CocoaPods 1.1.0+ is required to build RevealTextField 1.0.1+. +> CocoaPods 1.1.0+ is required to build RevealTextField 1.0.3+. To integrate RevealTextField into your Xcode project using CocoaPods, specify it in your `Podfile`: @@ -38,7 +38,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'RevealTextField', '~> 1.0.1' +pod 'RevealTextField', '~> 1.0.3' ``` Then, run the following command: @@ -61,7 +61,7 @@ $ brew install carthage To integrate RevealTextField into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "LeonardoCardoso/RevealTextField" ~> 1.0.1 +github "LeonardoCardoso/RevealTextField" ~> 1.0.3 ``` ### Manually diff --git a/RevealTextField.podspec b/RevealTextField.podspec index ef33472..38b8cc9 100644 --- a/RevealTextField.podspec +++ b/RevealTextField.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'RevealTextField' - s.version = '1.0.2' + s.version = '1.0.3' s.license = { :type => "MIT", :file => "LICENSE" } s.summary = 'Simple extension to add a reveal button to your boring UITextField' s.homepage = 'https://github.com/LeonardoCardoso/RevealTextField'