Version bump (1.1)
This commit is contained in:
parent
3685f7d195
commit
53aecff93b
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue