Skip to content

Commit 9fba357

Browse files
leogdionclaude
andcommitted
docs: update SundialKitCombine version to 1.0.0-alpha.1
Updated documentation to reference the alpha version: - README.md: Package.swift example - Documentation.md: DocC installation instructions Both dependencies now consistently show alpha versions: - SundialKit: 2.0.0-alpha.1 - SundialKitCombine: 1.0.0-alpha.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 377fe95 commit 9fba357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let package = Package(
7575
platforms: [.iOS(.v16), .watchOS(.v9), .tvOS(.v16), .macOS(.v11)],
7676
dependencies: [
7777
.package(url: "https://github.com/brightdigit/SundialKit.git", from: "2.0.0-alpha.1"),
78-
.package(url: "https://github.com/brightdigit/SundialKitCombine.git", from: "1.0.0")
78+
.package(url: "https://github.com/brightdigit/SundialKitCombine.git", from: "1.0.0-alpha.1")
7979
],
8080
targets: [
8181
.target(

Sources/SundialKitCombine/SundialKitCombine.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add SundialKit to your `Package.swift`:
4141
```swift
4242
dependencies: [
4343
.package(url: "https://github.com/brightdigit/SundialKit.git", from: "2.0.0-alpha.1"),
44-
.package(url: "https://github.com/brightdigit/SundialKitCombine.git", from: "1.0.0")
44+
.package(url: "https://github.com/brightdigit/SundialKitCombine.git", from: "1.0.0-alpha.1")
4545
],
4646
targets: [
4747
.target(

0 commit comments

Comments
 (0)