Skip to content

Commit

Permalink
Up version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanWombourne committed Aug 7, 2016
1 parent fb25a42 commit 0969348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = '1.0.0'
s.version = '1.0.1'
s.summary = 'A trivial method added to alamofire to automagically decode responses using Decodable'
s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@


### 1.0.1
- Better version control for dependencies in the podspec

### 1.0
- Basic response handler method for `Decodable` and `[Decodable]`

0 comments on commit 0969348

Please sign in to comment.