Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Oct 19, 2017
1 parent f660841 commit 70752e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3.0

- Carthage support
- Refactored framework errors
- Alternate endpoint to bypass firewall limitations #10
- Fix: JS not loaded #7
- Fix: Wrong Domain retrieving #6

# 0.2.0

- Removing `presenterView` from ReCaptchaWebViewManager
Expand Down
2 changes: 2 additions & 0 deletions Example/ReCaptcha.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
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>"; };
C8537003ECC47117AF54DCA9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
F206BAD41F8D3FEB00A25807 /* Cartfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cartfile; path = ../Cartfile; sourceTree = "<group>"; };
F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
F288E9441F9537760018688D /* ReCaptchaError+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ReCaptchaError+Equatable.swift"; sourceTree = "<group>"; };
F2E2685D1F7AEE3400CD876D /* ReCaptcha__Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ReCaptcha__Tests.swift; sourceTree = "<group>"; };
F2ECCF761E9FC47B0097B199 /* ReCaptcha_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ReCaptcha_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -139,6 +140,7 @@
F206BAD41F8D3FEB00A25807 /* Cartfile */,
0A2D0E5B4C6E445BF971488B /* README.md */,
C8537003ECC47117AF54DCA9 /* LICENSE */,
F21901D91F98D62F00D8E2C9 /* CHANGELOG.md */,
F2ECCF871E9FCE930097B199 /* .travis.yml */,
F2ECCF8F1EA008C20097B199 /* codecov.yml */,
);
Expand Down
2 changes: 1 addition & 1 deletion ReCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'ReCaptcha'
s.version = '0.2.0'
s.version = '0.3.0'
s.summary = 'ReCaptcha for iOS'

s.description = <<-DESC
Expand Down

0 comments on commit 70752e4

Please sign in to comment.