Skip to content

Commit ffbb7cb

Browse files
committed
docs: update installation instructions for 7.5.1
1 parent caaf01e commit ffbb7cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To add MusadoraKit to your project, simply include it in your `Package.swift` fi
3636

3737
```swift
3838
dependencies: [
39-
.package(url: "https://github.com/rryam/MusadoraKit.git", .upToNextMajor(from: "7.0.0"))
39+
.package(url: "https://github.com/rryam/MusadoraKit.git", .upToNextMajor(from: "7.5.1"))
4040
]
4141
```
4242

@@ -622,4 +622,4 @@ MusadoraKit is available under the MIT license. See [LICENSE](LICENSE) for more
622622
- [Discussions](https://github.com/rryam/MusadoraKit/discussions)
623623
- [Twitter](https://x.com/rudrankriyam)
624624

625-
I hope you love working with MusadoraKit!
625+
I hope you love working with MusadoraKit!

Sources/MusadoraKit/Documentation.docc/Tutorials/Getting-Started.tutorial

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
let package = Package(
3333
name: "MyMusicApp",
3434
dependencies: [
35-
.package(url: "https://github.com/rryam/MusadoraKit", from: "7.0.0")
35+
.package(url: "https://github.com/rryam/MusadoraKit", from: "7.5.1")
3636
],
3737
targets: [
3838
.target(name: "MyMusicApp", dependencies: ["MusadoraKit"])
@@ -217,4 +217,4 @@
217217
Use `MusadoraKit.testConnectivity()` to verify your developer token and API setup.
218218
}
219219
}
220-
}
220+
}

0 commit comments

Comments
 (0)