diff --git a/README-zh.md b/README-zh.md index 53556d05..5711fc28 100644 --- a/README-zh.md +++ b/README-zh.md @@ -36,7 +36,7 @@ pod 'Whiteboard' - ### Swift Package Manager ```swift dependencies: [ - .package(url: "https://github.com/netless-io/Whiteboard-iOS.git", .upToNextMajor(from: "2.15.0")) + .package(url: "https://github.com/netless-io/Whiteboard-iOS.git", .upToNextMajor(from: "2.16.81")) ] ``` diff --git a/README.md b/README.md index 1850e08e..be382e37 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ pod 'Whiteboard' - ### Swift Package Manager ```swift dependencies: [ - .package(url: "https://github.com/netless-io/Whiteboard-iOS.git", .upToNextMajor(from: "2.15.0")) + .package(url: "https://github.com/netless-io/Whiteboard-iOS.git", .upToNextMajor(from: "2.16.81")) ] ```