Skip to content

Commit

Permalink
Update to alpha 11 of lvn-core
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Oct 17, 2024
1 parent df0d89f commit c2a37ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/liveview-native/liveview-native-core",
"state" : {
"revision" : "09f22b97fff414bc487714752f1d26eabef8ed71",
"version" : "0.4.0-alpha-10"
"revision" : "b3fd4e2d49a58e95aa2f8d46af3bb67a8193aa97",
"version" : "0.4.0-alpha-11"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),
.package(url: "https://github.com/davidstump/SwiftPhoenixClient.git", .upToNextMinor(from: "5.3.2")),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"),
.package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.0-alpha-10"),
.package(url: "https://github.com/liveview-native/liveview-native-core", exact: "0.4.0-alpha-11"),

.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/swiftlang/swift-markdown.git", from: "0.2.0"),
Expand Down

0 comments on commit c2a37ce

Please sign in to comment.