Documentation update #26

Merged
javier merged 2 commits from library/doc-update into main 2026-03-24 01:30:16 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit df2c582694 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ To use this library, add it as a dependency in the `Package.swift` file:
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.1"),
// other dependencies
],
targets: [
@@ -18,7 +18,7 @@ To use the `AmiiboService` library with your package, then add it as a dependenc
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.1"),
// other dependencies
],
targets: [