Updated the minimum package version in the documentation of the package.

This commit is contained in:
2026-03-23 00:07:10 +01:00
parent 531b7831b4
commit 43198185f4
3 changed files with 4 additions and 4 deletions
@@ -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: [