Version Bump (1.3.1)

This commit is contained in:
Flávio Caetano 2018-09-07 19:48:58 -03:00
parent a9117cbb7d
commit 0389c5afa0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 1.3.1
- Fix: Removing leftover print
- Fix: Removing Result dependency from Carthage
# 1.3
- Feature: Locale support (#39)

View File

@ -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