Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Bump to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCardoso committed Aug 22, 2018
1 parent 890ca0d commit 1ace12a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log

#### 0.x Releases
- `0.0.x` Releases - [0.0.1](#001) | [0.0.2](#002) | [0.0.3](#003)
- `0.0.x` Releases - [0.0.1](#001) | [0.0.2](#002) | [0.0.3](#003) | [0.0.4](#004)

---

## [0.0.4](https://github.com/LeonardoCardoso/NFDownloadButton/releases/tag/0.0.4)
Released on 2018-08-22.

#### Changed
- Open `palette`.
- Changed by [Jung Jihoon](https://github.com/pinddFull).

## [0.0.3](https://github.com/LeonardoCardoso/NFDownloadButton/releases/tag/0.0.3)
Released on 2017-10-07.

Expand Down
2 changes: 1 addition & 1 deletion NFDownloadButton.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'NFDownloadButton'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Revamped Download Button'
s.homepage = 'https://github.com/LeonardoCardoso/NFDownloadButton'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| ![iOS](Images/iOS.gif) | ![watchOS](Images/watchOS.gif) | ![tvOS](Images/tvOS.gif) | ![macOS](Images/macOS.gif) |

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/NFDownloadButton#requirements-and-details)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.3-red.svg)](https://github.com/LeonardoCardoso/NFDownloadButton#cocoapods)
[![CocoaPods](https://img.shields.io/badge/pod-v0.0.4-red.svg)](https://github.com/LeonardoCardoso/NFDownloadButton#cocoapods)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/NFDownloadButton#carthage)

> Revamped Download Button
Expand All @@ -31,7 +31,7 @@
$ gem install cocoapods
```

> CocoaPods 1.1.0+ is required to build NFDownloadButton 0.0.3+.
> CocoaPods 1.1.0+ is required to build NFDownloadButton 0.0.4+.
To integrate NFDownloadButton into your Xcode project using CocoaPods, specify it in your `Podfile`:

Expand All @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'NFDownloadButton', '~> 0.0.3'
pod 'NFDownloadButton', '~> 0.0.4'
```

Then, run the following command:
Expand All @@ -63,7 +63,7 @@ $ brew install carthage
To integrate NFDownloadButton into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "LeonardoCardoso/NFDownloadButton" ~> 0.0.3
github "LeonardoCardoso/NFDownloadButton" ~> 0.0.4
```

### Manually
Expand Down

0 comments on commit 1ace12a

Please sign in to comment.