Skip to content

Commit

Permalink
README.md update with 3.0.2 package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jayahariv authored Aug 9, 2022
1 parent 5f96abf commit 1067d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Couchbase Lite implementation is on top of [Couchbase Lite Core](https://github.
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-ios.git",
from: "3.0.1"),
from: "3.0.2"),
],
```

Expand All @@ -35,7 +35,7 @@ dependencies: [
dependencies: [
.package(name: "CouchbaseLiteSwift",
url: "https://github.com/couchbase/couchbase-lite-swift-ee.git",
from: "3.0.1"),
from: "3.0.2"),
],
```

Expand Down

0 comments on commit 1067d29

Please sign in to comment.