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

Commit

Permalink
isDownloaded open
Browse files Browse the repository at this point in the history
Bump to Version 0.0.3
  • Loading branch information
LeonardoCardoso committed Oct 7, 2017
1 parent 590f1a1 commit 095db41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Change Log

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

---

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

#### Changed
- Public `isDownloaded`.
- Changed by [Leonardo Cardoso](https://github.com/LeonardoCardoso).

## [0.0.2](https://github.com/LeonardoCardoso/NFDownloadButton/releases/tag/0.0.2)
Released on 2017-05-29.

#### Changed
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.2'
s.version = '0.0.3'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Revamped Download Button'
s.homepage = 'https://github.com/LeonardoCardoso/NFDownloadButton'
Expand Down
2 changes: 1 addition & 1 deletion Sources/NFDownloadButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ public protocol NFDownloadButtonDelegate {
open class NFDownloadButton: UIButton {

// MARK: - IBDesignable and IBInspectable
@IBInspectable var isDownloaded: Bool = false {
@IBInspectable open var isDownloaded: Bool = false {

willSet {

Expand Down

0 comments on commit 095db41

Please sign in to comment.