Skip to content

Commit e66eef3

Browse files
committed
Update Swift version to 5.9 in documentation and badges [Skip CI]
1 parent 879ad8b commit e66eef3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A comprehensive Swift SDK for the [speedrun.com](https://www.speedrun.com) API,
1313

1414
- 🚀 **Complete API Coverage** - All speedrun.com API endpoints
1515
- 🔒 **Type-Safe** - Leverages Swift's strong type system
16-
-**Modern Swift** - Built with async/await and Swift 6.1+
16+
-**Modern Swift** - Built with async/await and Swift 5.9
1717
- 🌍 **Cross-Platform** - macOS, iOS, tvOS, watchOS, and Linux
1818
- 📦 **Zero Dependencies** - Uses only native Swift libraries
1919
- 📖 **Fully Documented** - Complete DocC documentation
@@ -133,7 +133,7 @@ For more detailed examples, see the [Command Manual](manual.md).
133133

134134
## Requirements
135135

136-
- Swift 6.1+
136+
- Swift 5.9
137137
- macOS 12.0+ / iOS 15.0+ / tvOS 15.0+ / watchOS 8.0+ / Linux
138138

139139
## CLI & Docker

landing-page/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ <h3>Docker</h3>
413413
<h4>SpeedrunKit</h4>
414414
<p>A comprehensive Swift SDK for the speedrun.com API</p>
415415
<div class="badges">
416-
<img src="https://img.shields.io/badge/Swift-6.1-orange.svg" alt="Swift 6.1">
416+
<img src="https://img.shields.io/badge/Swift-6.1-orange.svg" alt="Swift 5.9">
417417
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20iOS%20%7C%20tvOS%20%7C%20watchOS-lightgrey.svg" alt="Platforms">
418418
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
419419
</div>
@@ -447,4 +447,4 @@ <h4>Community</h4>
447447

448448
<script src="js/main.js"></script>
449449
</body>
450-
</html>
450+
</html>

0 commit comments

Comments
 (0)