From a03b0de44e372055b01ac39a1607b71bd06437a9 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 8 Oct 2025 00:56:58 +0200 Subject: [PATCH] Updated the main article for the DocC documentation catalog in the library target. --- Sources/MarvelService/Catalogs/MarvelService.docc/Library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/MarvelService/Catalogs/MarvelService.docc/Library.md b/Sources/MarvelService/Catalogs/MarvelService.docc/Library.md index 895fd7ba..3d8cb188 100644 --- a/Sources/MarvelService/Catalogs/MarvelService.docc/Library.md +++ b/Sources/MarvelService/Catalogs/MarvelService.docc/Library.md @@ -16,7 +16,7 @@ Here's an example of how to add this library as a dependency into a `Package.swi let package = Package( // name, platforms, products, etc. dependencies: [ - .package(url: "https://github.com/rock-n-code/marvel-service", from: "1.0.0"), + .package(url: "https://github.com/rock-n-code/marvel-service", from: "1.1.0"), // other dependencies ], targets: [