Version Bump (1.3.1)
This commit is contained in:
parent
a9117cbb7d
commit
0389c5afa0
|
|
@ -1,3 +1,8 @@
|
|||
# 1.3.1
|
||||
|
||||
- Fix: Removing leftover print
|
||||
- Fix: Removing Result dependency from Carthage
|
||||
|
||||
# 1.3
|
||||
|
||||
- Feature: Locale support (#39)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'ReCaptcha'
|
||||
s.version = '1.3'
|
||||
s.version = '1.3.1'
|
||||
s.summary = 'ReCaptcha for iOS'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
|||
Loading…
Reference in New Issue