Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Nov 2, 2017
1 parent 073132b commit 44eba4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0

- Swift 4 support

# 0.3.0

- Carthage support
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- AppSwizzle (1.2)
- ReCaptcha/Core (0.3.0):
- ReCaptcha/Core (1.0.0):
- Result (~> 3.0)
- ReCaptcha/RxSwift (0.3.0):
- ReCaptcha/RxSwift (1.0.0):
- ReCaptcha/Core
- RxSwift (~> 4.0)
- Result (3.2.4)
Expand Down Expand Up @@ -31,7 +31,7 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
AppSwizzle: bbd3782652fc426ce59c045a92ec61d36f261984
ReCaptcha: a08f541158ddf69ece271ee476a7843fd484aa2c
ReCaptcha: ea35d3bdbb2098eb3c89d1cf3b5cdbdd4d77f4b8
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
RxCocoa: d62846ca96495d862fa4c59ea7d87e5031d7340e
RxSwift: fd680d75283beb5e2559486f3c0ff852f0d35334
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.3.0'
s.version = '1.0.0'
s.summary = 'ReCaptcha for iOS'

s.description = <<-DESC
Expand Down

0 comments on commit 44eba4a

Please sign in to comment.