Skip to content

Commit

Permalink
Set version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenberga committed Dec 2, 2024
1 parent 657cb99 commit 1fd804e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FriendlyCaptcha (0.1.3)
- FriendlyCaptcha (1.0.0)
- Nimble (10.0.0)
- Quick (5.0.1)

Expand All @@ -18,7 +18,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
FriendlyCaptcha: 208079292124ee1d49f03e619ae5da0e4b98a53e
FriendlyCaptcha: 1ab96cfa442e094a0807dc4e65e3f180716e11f9
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179

Expand Down
5 changes: 3 additions & 2 deletions Example/Pods/Local Podspecs/FriendlyCaptcha.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion FriendlyCaptcha.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FriendlyCaptcha'
s.version = '0.1.3'
s.version = '1.0.0'
s.summary = 'An iOS SDK for FriendlyCaptcha, a privacy-first bot protection service.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ This SDK is available via CocoaPods and Carthage. You can find the latest versio
Add the following line to your Podfile:

```
pod 'FriendlyCaptcha', '~> 0.1.3'
pod 'FriendlyCaptcha', '~> 1.0.0'
```

### Carthage

Add the following line to your Cartfile:

```
github "FriendlyCaptcha/friendly-captcha-ios" ~> 0.1.3
github "FriendlyCaptcha/friendly-captcha-ios" ~> 1.0.0
```

## Documentation
Expand Down

0 comments on commit 1fd804e

Please sign in to comment.