Skip to content

Commit

Permalink
Bumped to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Aug 28, 2017
1 parent dbe1488 commit 76356c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@
All notable changes to this project will be documented in this file.
`GearRefreshControl` adheres to [Semantic Versioning](http://semver.org/).

- `1.0.0` Releases - [1.0.0](#100) | [1.0.1](#101)
- `0.3.x` Releases - [0.3.0](#030)
- `0.2.x` Releases - [0.2](#02) | [0.2.1](#021) | [0.2.2](#022)
- `0.1.x` Releases - [0.1](#01)

---

## [1.0.1](https://github.com/andreamazz/GearRefreshControl/releases/tag/1.0.1)

- Merged #11

## [1.0.0](https://github.com/andreamazz/GearRefreshControl/releases/tag/1.0.0)

First Stable release

## [0.3.0](https://github.com/andreamazz/GearRefreshControl/releases/tag/0.3.0)

### Added
### Added
- Support to Carthage

## [0.2.2](https://github.com/andreamazz/GearRefreshControl/releases/tag/0.2.2)
Expand All @@ -26,4 +35,3 @@ All notable changes to this project will be documented in this file.
- `gearTintColor` property

## [0.1](https://github.com/andreamazz/GearRefreshControl/releases/tag/0.1)

2 changes: 1 addition & 1 deletion GearRefreshControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GearRefreshControl'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'A custom animation for the UIRefreshControl'
s.description = <<-DESC
Expand Down

0 comments on commit 76356c0

Please sign in to comment.