From 43198185f41daba1b3b951e79be386f73717f851 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 23 Mar 2026 00:07:10 +0100 Subject: [PATCH] Updated the minimum package version in the documentation of the package. --- NOTICE | 4 ++-- README.md | 2 +- Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 80aeed4..e054a27 100644 --- a/NOTICE +++ b/NOTICE @@ -5,7 +5,7 @@ Please visit the Amiibo Service web site for more information: * https://github.com/rock-n-code/amiibo-service -Copyright 2025 Röck+Cöde VoF +Copyright 2026 Röck+Cöde VoF The Amiibo Service Project licenses this file to you under the Apache License, version 2.0 (the "License"); you may not use this file except in compliance @@ -17,4 +17,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations -under the License. \ No newline at end of file +under the License. diff --git a/README.md b/README.md index 17405f1..e60419d 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.3.0"), + .package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.0"), // other dependencies ], targets: [ diff --git a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md index a75736e..a07c064 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.3.0"), + .package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.0"), // other dependencies ], targets: [