Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
patchthecode committed Jul 29, 2017
1 parent a0a7482 commit d7b5b5e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 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/).

#### 7.x Releases
- `7.0.0` Releases - [7.0.0](#700)|[7.0.1](#701)|[7.0.2](#702)|[7.0.3](#703)|[7.0.4](#704)|[7.0.5](#705)
- `7.0.0` Releases - [7.0.0](#700)|[7.0.1](#701)|[7.0.2](#702)|[7.0.3](#703)|[7.0.4](#704)|[7.0.5](#705)|[7.0.6](#706)

#### 6.x Releases
- `6.1.0` Releases - [6.1.0](#610)|[6.1.1](#611)|[6.1.2](#612)|[6.1.3](#613)|[6.1.4](#614)|[6.1.5](#615)|[6.1.6](#616)
Expand All @@ -29,6 +29,13 @@ All notable changes to this project will be documented in this file.
- `1.0.x` Releases - [1.0.0](#100)

---
## [7.0.6](https://github.com/patchthecode/JTAppleCalendar/releases/tag/7.0.6)
- [bug fix - accidentaly introduced in 7.0.5](https://github.com/patchthecode/JTAppleCalendar/commit/7f60c8c5b2265954ad0041ac4f150c6f4862cdb7)
- Other code cleanup
- Updated by [JayT](https://github.com/patchthecode).
- Updated by [mayurdzk](https://github.com/mayurdzk).
- Updated by [mgurreta](https://github.com/mgurreta).

## [7.0.5](https://github.com/patchthecode/JTAppleCalendar/releases/tag/7.0.5)
- [bug fix](https://github.com/patchthecode/JTAppleCalendar/commit/bcbb2bc5696cb2f15a6e87e1023c3a9cdf3dfdff)
- [added anchor dates on reload](https://github.com/patchthecode/JTAppleCalendar/commit/b81158dfd7600e1d31143be4fbfba32af2187253)
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 = "7.0.5"
s.version = "7.0.6"
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
2 changes: 1 addition & 1 deletion Sources/JTAppleCalendarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ open class JTAppleCalendarView: UICollectionView {
}

/// Initializes and returns a newly allocated collection view object with the specified frame and layout.
@available(*, unavailable, message: "Please use JTAppleCalendarView() instead")
@available(*, unavailable, message: "Please use JTAppleCalendarView() instead. It manages its own layout.")
public override init(frame: CGRect, collectionViewLayout layout: UICollectionViewLayout) {
super.init(frame: frame, collectionViewLayout: UICollectionViewFlowLayout())
setupNewLayout(from: collectionViewLayout as! JTAppleCalendarLayoutProtocol)
Expand Down

0 comments on commit d7b5b5e

Please sign in to comment.