Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Mar 31, 2018
1 parent 958f1b8 commit c74d4aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alamofire-Decodable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Alamofire-Decodable'
s.version = '2.0.1'
s.version = '3.0.0'
s.summary = 'A trivial method added to alamofire to automagically decode responses using Decodable'
s.description = <<-DESC
Expand All @@ -25,7 +25,7 @@ This pod adds the `responseDecodable` method to Alamofire's Request object to re
s.ios.deployment_target = '9.0'

s.source_files = 'Alamofire-Decodable/Classes/**/*'

s.dependency 'Alamofire', '~> 4.0'
s.dependency 'Decodable', '~> 0.6.0'

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Unreleased

# 3.0.0
- Support for Swift 4 (thanks @kerrmarin)

# 2.0.1
- Support for compiling in xcode9 (ambiguous Decodable protocol) - thanks @kerrmarin

Expand Down

0 comments on commit c74d4aa

Please sign in to comment.