Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kawoou committed Oct 18, 2018
1 parent a0f6f1c commit 0263862
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.6'
s.version = '1.1.0'
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.6'
pod 'AnyDate', '~> 1.1.0'
```

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

```
github "kawoou/AnyDate" ~> 1.0.6
github "kawoou/AnyDate" ~> 1.1.0
```

### [Swift Package Manager](https://swift.org/package-manager):
Expand Down Expand Up @@ -223,6 +223,8 @@ You can either simply drag and drop the `Sources` folder into your existing proj
* Support for Swift 4.1 and Xcode 9.3.
* 1.0.6 - 2018/05/20
* Support Hashable.
* 1.1.0 - 2018/10/18
* Support for Swift 4.2.



Expand Down

0 comments on commit 0263862

Please sign in to comment.