Updated the minimum package version in the DocC documentation catalog in the library target as well as in the README file.
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user