Updated the minimum recommended version on both the DocC documentation catalog and the README file in the library target.

This commit is contained in:
2025-11-09 21:14:54 +01:00
parent 6d61505459
commit d304d9d2c9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ To use this library, then it is mandatory to add it as a dependency in the `Pack
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.3.0"),
// 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.2.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.3.0"),
// other dependencies
],
targets: [