Skip to content

Commit 61cf758

Browse files
Bump version to 4.0.0
1 parent 2c65b1d commit 61cf758

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

Diff for: KeychainAccess.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KeychainAccess'
3-
s.version = '3.2.1'
3+
s.version = '4.0.0'
44
s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.'
55
s.description = <<-DESC
66
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.

Diff for: Lib/KeychainAccess/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.2.1</string>
18+
<string>4.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Diff for: README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X
2121
- **[Support Shared Web Credentials (iOS 8+)](#shared_web_credentials)**
2222
- [Works on both iOS & OS X](#requirements)
2323
- [watchOS and tvOS are supported](#requirements)
24-
- **[Swift 4 & Swift 3 compatible](#requirements)**
24+
- **[Swift 3, 4 and 5 compatible](#requirements)**
2525

2626
## :book: Usage
2727

@@ -531,17 +531,21 @@ item: [authenticationType: Default, key: honeylemon, server: github.com, class:
531531

532532
## Requirements
533533

534-
| | OS | Swift |
535-
|------------|----------------------------------------|---------------|
536-
| **v1.1.x** | iOS 7+, OSX 10.9+ | 1.1 |
537-
| **v1.2.x** | iOS 7+, OSX 10.9+ | 1.2 |
538-
| **v2.0.x** | iOS 7+, OSX 10.9+, watchOS 2+ | 2.0 |
539-
| **v2.1.x** | iOS 7+, OSX 10.9+, watchOS 2+ | 2.0 |
540-
| **v2.2.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1 |
541-
| **v2.3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1, 2.2 |
542-
| **v2.4.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.2, 2.3 |
543-
| **v3.0.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.x |
544-
| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0, 4.1, 4.2 |
534+
| | OS | Swift |
535+
|------------|----------------------------------------|--------------------|
536+
| **v1.1.x** | iOS 7+, OSX 10.9+ | 1.1 |
537+
| **v1.2.x** | iOS 7+, OSX 10.9+ | 1.2 |
538+
| **v2.0.x** | iOS 7+, OSX 10.9+, watchOS 2+ | 2.0 |
539+
| **v2.1.x** | iOS 7+, OSX 10.9+, watchOS 2+ | 2.0 |
540+
| **v2.2.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1 |
541+
| **v2.3.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.0, 2.1, 2.2 |
542+
| **v2.4.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 2.2, 2.3 |
543+
| **v3.0.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 3.x |
544+
| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0, 4.1, 4.2 |
545+
| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0, 4.1, 4.2 |
546+
| **v3.1.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 4.0, 4.1, 4.2 |
547+
| **v3.2.x** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 5.0, 4.0, 4.1, 4.2 |
548+
| **v4.0.0** | iOS 8+, OSX 10.9+, watchOS 2+, tvOS 9+ | 5.0, 4.0, 4.1, 4.2 |
545549

546550
## Installation
547551

0 commit comments

Comments
 (0)