Skip to content

Commit

Permalink
Bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmig committed Aug 26, 2015
1 parent 4075d99 commit 3a91eef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PDTSimpleCalendar.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PDTSimpleCalendar"
s.version = "0.9.0"
s.version = "0.9.1"
s.summary = "A simple Calendar/Date Picker with a nice iOS7/iOS8 design."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You should read the [Release Notes](https://github.com/jivesoftware/PDTSimpleCal

in your `Podfile` just add:

`pod 'PDTSimpleCalendar', '~> 0.9.0'`
`pod 'PDTSimpleCalendar', '~> 0.9.1'`

then run `pod install`

Expand All @@ -31,7 +31,7 @@ And finally in your project import `#import <PDTSimpleCalendar/PDTSimpleCalendar

In your `Cartfile` simply add:

`github "jivesoftware/PDTSimpleCalendar" ~> 0.9.0`
`github "jivesoftware/PDTSimpleCalendar" ~> 0.9.1`

run `carthage update`

Expand Down
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
##PDTSimpleCalendar Release Notes

###0.9.1
- Fix bug on iOS7 related to week calculation and resulting on a crash (#69)
- Fix Carthage build

###0.9.0
Last version compatible with iOS6. Following versions will be compatible iOS7+. Regarding the adoption rate of iOS8 & 7. I doubt this is gonna be an issue.

Expand Down

0 comments on commit 3a91eef

Please sign in to comment.