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: [