Skip to content

Commit 70752e4

Browse files
committed
Version Bump
1 parent f660841 commit 70752e4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.3.0
2+
3+
- Carthage support
4+
- Refactored framework errors
5+
- Alternate endpoint to bypass firewall limitations #10
6+
- Fix: JS not loaded #7
7+
- Fix: Wrong Domain retrieving #6
8+
19
# 0.2.0
210

311
- Removing `presenterView` from ReCaptchaWebViewManager

Example/ReCaptcha.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
C2A0BDD35B5E219129E9BC65 /* Pods-ReCaptcha_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReCaptcha_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ReCaptcha_Example/Pods-ReCaptcha_Example.release.xcconfig"; sourceTree = "<group>"; };
5656
C8537003ECC47117AF54DCA9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
5757
F206BAD41F8D3FEB00A25807 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cartfile; path = ../Cartfile; sourceTree = "<group>"; };
58+
F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
5859
F288E9441F9537760018688D /* ReCaptchaError+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ReCaptchaError+Equatable.swift"; sourceTree = "<group>"; };
5960
F2E2685D1F7AEE3400CD876D /* ReCaptcha__Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReCaptcha__Tests.swift; sourceTree = "<group>"; };
6061
F2ECCF761E9FC47B0097B199 /* ReCaptcha_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReCaptcha_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -139,6 +140,7 @@
139140
F206BAD41F8D3FEB00A25807 /* Cartfile */,
140141
0A2D0E5B4C6E445BF971488B /* README.md */,
141142
C8537003ECC47117AF54DCA9 /* LICENSE */,
143+
F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */,
142144
F2ECCF871E9FCE930097B199 /* .travis.yml */,
143145
F2ECCF8F1EA008C20097B199 /* codecov.yml */,
144146
);

ReCaptcha.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'ReCaptcha'
4-
s.version = '0.2.0'
4+
s.version = '0.3.0'
55
s.summary = 'ReCaptcha for iOS'
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)