Skip to content

Commit 925b36f

Browse files
committed
update package configurations
1 parent 4e76487 commit 925b36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
.library(name: .htmlElementsPointFreeHTML, targets: [.htmlElementsPointFreeHTML])
4545
],
4646
dependencies: [
47-
.package(url: "https://github.com/coenttb/swift-html-types.git", from: "0.0.1"),
47+
.package(url: "https://github.com/coenttb/swift-html-types.git", from: "0.1.0"),
4848
.package(url: "https://github.com/coenttb/swift-css-types.git", from: "0.0.1"),
4949
.package(url: "https://github.com/coenttb/pointfree-html.git", from: "2.0.0")
5050
],

Package@swift-6.0.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
.library(name: .htmlElementsPointFreeHTML, targets: [.htmlElementsPointFreeHTML]),
4545
],
4646
dependencies: [
47-
.package(url: "https://github.com/coenttb/swift-html-types.git", from: "0.0.1"),
47+
.package(url: "https://github.com/coenttb/swift-html-types.git", from: "0.1.0"),
4848
.package(url: "https://github.com/coenttb/swift-css-types.git", from: "0.0.1"),
4949
.package(url: "https://github.com/coenttb/pointfree-html.git", from: "2.0.0"),
5050
],

0 commit comments

Comments
 (0)