Version bump (1.1)

This commit is contained in:
Flávio Caetano 2018-01-29 11:32:46 -02:00
parent 3685f7d195
commit 53aecff93b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 1.1
- Fix: better logging for when protocol isn't found on
- Fix: Alternate endpoint not loading
- Fix: Prepends a scheme if `baseURL` doesn't have one
# 1.0.2
- Fix: Better detection of resources loading end (#16)

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ReCaptcha'
s.version = '1.0.2'
s.version = '1.1'
s.summary = 'ReCaptcha for iOS'
s.description = <<-DESC