Podspec version and changelog update

This commit is contained in:
Ivan Babkin 2018-10-26 16:36:55 +03:00
parent acf7876f71
commit 50f24e82b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
### 0.9.2
- **Update**: Add response to `RequestError`.
- **Fix**: Update `SessionManager+Extensions` to catch network connection error.
### 0.9.1
- **Update**: `DataRequest+Extensions` time out as network error

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.9.1"
s.version = "0.9.2"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKit"
s.license = "Apache License, Version 2.0"