File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Don't forget to check the sample code repository on [GitHub](https://github.com/
44
55### Third edition - v1.5.0
66
7- - Swift 5.7 +
7+ - Swift 5.8 +
88- Vapor 4.70.0+
9- - Xcode 14 support
9+ - SwiftHtml 1.7.0
10+ - Xcode 14.3 support
1011- Reworked some parts of the book
1112- Added some helpful notes & commands
1213- Fixed some grammar mistakes & type-o-s
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
1313 ) ,
1414 . package (
1515 url: " https://github.com/binarybirds/swift-html " ,
16- from: " 1.2 .0 "
16+ from: " 1.7 .0 "
1717 ) ,
1818 ] ,
1919 targets: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 ) ,
2222 . package (
2323 url: " https://github.com/binarybirds/swift-html " ,
24- from: " 1.2 .0 "
24+ from: " 1.7 .0 "
2525 ) ,
2626 ] ,
2727 targets: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 ) ,
2222 . package (
2323 url: " https://github.com/binarybirds/swift-html " ,
24- from: " 1.2 .0 "
24+ from: " 1.7 .0 "
2525 ) ,
2626 ] ,
2727 targets: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 ) ,
2222 . package (
2323 url: " https://github.com/binarybirds/swift-html " ,
24- from: " 1.2 .0 "
24+ from: " 1.7 .0 "
2525 ) ,
2626 ] ,
2727 targets: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 ) ,
2222 . package (
2323 url: " https://github.com/binarybirds/swift-html " ,
24- from: " 1.2 .0 "
24+ from: " 1.7 .0 "
2525 ) ,
2626 ] ,
2727 targets: [
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
2929 ) ,
3030 . package (
3131 url: " https://github.com/binarybirds/swift-html " ,
32- from: " 1.2 .0 "
32+ from: " 1.7 .0 "
3333 ) ,
3434 ] ,
3535 targets: [
You can’t perform that action at this time.
0 commit comments