From d317a63135f7f7fad62b2d5a91f2115983de30f6 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 15 Oct 2025 01:21:52 +0200 Subject: [PATCH] Updated the minimum package version in the DocC documentation catalog in the library target as well as in the README file. --- README.md | 2 +- Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2320ea0..7059a32 100644 --- a/README.md +++ b/README.md @@ -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: [ diff --git a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md index 2e7cc98..5643a72 100644 --- a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md +++ b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md @@ -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: [