Skip to content

Commit ca0681f

Browse files
Hoang Phamclaude
andcommitted
Update repository URL to SwiftUIQuery (capitalized)
- Update Package.swift installation instructions - Update CHANGELOG.md links to correct repository URL - Prepare for GitHub release at https://github.com/muzix/SwiftUIQuery 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a7402d6 commit ca0681f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6767
- Multi-platform support (iOS, macOS, tvOS, watchOS)
6868
- Complete Pokemon API demo application
6969

70-
[Unreleased]: https://github.com/muzix/swiftui-query/compare/v0.2.0...HEAD
71-
[0.2.0]: https://github.com/muzix/swiftui-query/compare/v0.1.0...v0.2.0
72-
[0.1.0]: https://github.com/muzix/swiftui-query/releases/tag/v0.1.0
70+
[Unreleased]: https://github.com/muzix/SwiftUIQuery/compare/v0.2.0...HEAD
71+
[0.2.0]: https://github.com/muzix/SwiftUIQuery/compare/v0.1.0...v0.2.0
72+
[0.1.0]: https://github.com/muzix/SwiftUIQuery/releases/tag/v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Add SwiftUI Query to your `Package.swift` file:
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/muzix/swiftui-query.git", from: "0.2.0")
29+
.package(url: "https://github.com/muzix/SwiftUIQuery.git", from: "0.2.0")
3030
]
3131
```
3232

3333
Or add it through Xcode:
3434
1. File → Add Package Dependencies
35-
2. Enter the repository URL: `https://github.com/muzix/swiftui-query.git`
35+
2. Enter the repository URL: `https://github.com/muzix/SwiftUIQuery.git`
3636
3. Select the version
3737

3838
## Quick Start

0 commit comments

Comments
 (0)