Skip to content

Commit

Permalink
readme and project version
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Jul 26, 2023
1 parent b954ff7 commit 3fd0e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.1.0"),
from: "3.1.1"),
],
```

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

Expand Down
2 changes: 1 addition & 1 deletion xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// limitations under the License.
//

CBL_VERSION_STRING = 3.1.0
CBL_VERSION_STRING = 3.1.1
CBL_BUILD_NUMBER = 0
CBL_EXPORTED_SYMBOLS_FILE = Objective-C/CouchbaseLite.exp
CBL_SWIFT_MODULEMAP_FILE = Swift/CouchbaseLiteSwift.modulemap
Expand Down

0 comments on commit 3fd0e9a

Please sign in to comment.