Skip to content

Commit 3a91eef

Browse files
committed
Bump to 0.9.1
1 parent 4075d99 commit 3a91eef

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

PDTSimpleCalendar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "PDTSimpleCalendar"
4-
s.version = "0.9.0"
4+
s.version = "0.9.1"
55
s.summary = "A simple Calendar/Date Picker with a nice iOS7/iOS8 design."
66

77
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You should read the [Release Notes](https://github.com/jivesoftware/PDTSimpleCal
2121

2222
in your `Podfile` just add:
2323

24-
`pod 'PDTSimpleCalendar', '~> 0.9.0'`
24+
`pod 'PDTSimpleCalendar', '~> 0.9.1'`
2525

2626
then run `pod install`
2727

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

3232
In your `Cartfile` simply add:
3333

34-
`github "jivesoftware/PDTSimpleCalendar" ~> 0.9.0`
34+
`github "jivesoftware/PDTSimpleCalendar" ~> 0.9.1`
3535

3636
run `carthage update`
3737

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
##PDTSimpleCalendar Release Notes
22

3+
###0.9.1
4+
- Fix bug on iOS7 related to week calculation and resulting on a crash (#69)
5+
- Fix Carthage build
6+
37
###0.9.0
48
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.
59

0 commit comments

Comments
 (0)