Skip to content

Commit b48e322

Browse files
committed
prepare for 1.0.0
1 parent 45b37c9 commit b48e322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add the dependency and also to your target
2323
let package = Package(
2424
...
2525
dependencies: [
26-
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("0.9.5")),
26+
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("1.0.0")),
2727
],
2828
targets: [
2929
.target(

Sources/LiveKit/LiveKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal let logger = Logger(label: "LiveKitSDK")
3333
/// to try out the features.
3434
public class LiveKit {
3535

36-
public static let version = "0.9.15"
36+
public static let version = "1.0.0"
3737

3838
public static func connect(
3939
_ url: String,

0 commit comments

Comments
 (0)