Skip to content

Commit 4486454

Browse files
committed
chore: readme
1 parent e9d4440 commit 4486454

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let package = Package(
2020
name: "Loro",
2121
platforms: [
2222
.iOS(.v13),
23-
.macOS(.v10_15)
23+
.macOS(.v10_15),
24+
.visionOS(.v1)
2425
],
2526
products: [
2627
// Products define the executables and libraries a package produces, making them visible to other packages.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
products: [......],
3737
dependencies:[
3838
...,
39-
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2")
39+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.0")
4040
],
4141
targets:[
4242
.executableTarget(

0 commit comments

Comments
 (0)