Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
macOS 10.15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tib committed Dec 15, 2021
1 parent a5d133d commit 865eca0
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 @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/binarybirds/liquid-kit.git",
"state": {
"branch": null,
"revision": "48cda11e866ffe1de98f862406819f8f5ccfb97f",
"version": "1.3.2"
"revision": "1bd90b3170cefecd3460f00e1c9725bb42c23c01",
"version": "1.3.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "liquid",
platforms: [
.macOS(.v12)
.macOS(.v10_15)
],
products: [
.library(name: "Liquid", targets: ["Liquid"]),
Expand Down

0 comments on commit 865eca0

Please sign in to comment.