Updated the READMe and the DocC documentation in the library target to document the minimum version of the library.

This commit is contained in:
2026-03-24 02:27:16 +01:00
parent 61695af072
commit df2c582694
2 changed files with 2 additions and 2 deletions
+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: [