Updated the minimum package version in the DocC documentation catalog in the library target as well as in the README file.

This commit is contained in:
2025-10-15 01:21:52 +02:00
parent a779d0492c
commit d317a63135
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.1.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.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.1.0"),
.package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.2.0"),
// other dependencies
],
targets: [