Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Oct 7, 2017
1 parent 2fa5792 commit 3d1e18e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnyDate.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AnyDate'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'Swifty Date & Time API inspired from Java 8 DateTime API.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/Kawoou/AnyDate'
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ print(newDate)
### [CocoaPods](https://cocoapods.org):

```ruby
pod 'AnyDate', '~> 1.0.3'
pod 'AnyDate', '~> 1.0.4'
```

### [Carthage](https://github.com/Carthage/Carthage):

```
github "Kawoou/AnyDate" ~> 1.0.3
github "Kawoou/AnyDate" ~> 1.0.4
```

### [Swift Package Manager](https://swift.org/package-manager):
Expand Down Expand Up @@ -217,6 +217,8 @@ You can either simply drag and drop the `Sources` folder into your existing proj
* Add operators on Instant.
* 1.0.3 - 2017/09/03
* Hotfix, Comparable bugs.
* 1.0.4 - 2017/10/07
* Fix `Calendar(identifier: .iso8601)` crash on swift SR-3828.



Expand Down

0 comments on commit 3d1e18e

Please sign in to comment.