Skip to content

Commit c4e53cb

Browse files
authored
docs: update README.md (#188)
1 parent ac93384 commit c4e53cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Flare is a modern, lightweight Swift framework that simplifies working with in-a
4848

4949
| Package | Supported Platforms | Xcode | Minimum Swift Version |
5050
|---------|-------------------|-------|----------------------|
51-
| **Flare** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 7.0+ / visionOS 1.0+ | 15.3+ | 5.10 |
52-
| **FlareUI** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ | 15.3+ | 5.10 |
51+
| **Flare** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 7.0+ / visionOS 1.0+ | 15.4+ | 5.10 |
52+
| **FlareUI** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ | 15.4+ | 5.10 |
5353

5454
## 🚀 Installation
5555

@@ -59,7 +59,7 @@ Add the following dependency to your `Package.swift`:
5959

6060
```swift
6161
dependencies: [
62-
.package(url: "https://github.com/space-code/flare.git", .upToNextMajor(from: "3.1.0"))
62+
.package(url: "https://github.com/space-code/flare.git", from: "3.3.0")
6363
]
6464
```
6565

0 commit comments

Comments
 (0)