diff --git a/README.md b/README.md index b251ac9..7090d48 100644 --- a/README.md +++ b/README.md @@ -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: [ diff --git a/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md b/Sources/AmiiboService/Catalogs/AmiiboService.docc/Library.md index f0eed2b..a1669a8 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.4.0"), + .package(url: "https://github.com/rock-n-code/amiibo-service", from: "1.4.1"), // other dependencies ], targets: [