Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
patchthecode committed Dec 5, 2016
1 parent 4b24864 commit 5c48f99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
`JTAppleCalendar` adheres to [Semantic Versioning](http://semver.org/).

#### 6.x Releases
- `6.0.x` Releases - [6.0.0](#600)|[6.0.1](#601)|[6.0.2](#602)|[6.0.3](#603)|[6.0.4](#604)
- `6.0.x` Releases - [6.0.0](#600)|[6.0.1](#601)|[6.0.2](#602)|[6.0.3](#603)|[6.0.4](#604)|[6.0.5](#605)
- `6.0.0` Betas - [6.0.0-beta.1](#600-beta1)

#### 5.x Releases
Expand All @@ -25,6 +25,10 @@ All notable changes to this project will be documented in this file.
- `1.0.x` Releases - [1.0.0](#100)

---
## [6.0.5](https://github.com/patchthecode/JTAppleCalendar/releases/tag/6.0.5)
- [Floating point error fix](https://github.com/patchthecode/JTAppleCalendar/issues/211)


## [6.0.4](https://github.com/patchthecode/JTAppleCalendar/releases/tag/6.0.4)
- [Fixed wrong date bug](https://github.com/patchthecode/JTAppleCalendar/commit/1689586c70e2fbd9785794c4fc8c5f094403e98f)

Expand Down
2 changes: 1 addition & 1 deletion JTAppleCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JTAppleCalendar"
s.version = "6.0.4"
s.version = "6.0.5"
s.summary = "The Unofficial Swift Apple Calendar Library. View. Control. for iOS & tvOS"
s.description = <<-DESC
A highly configurable Apple calendar control. Contains features like boundary dates, month and week view. Very light weight.
Expand Down

0 comments on commit 5c48f99

Please sign in to comment.