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

Commit

Permalink
We now use better versioning of our iosMath fork in our Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair McArthur committed Jan 25, 2022
1 parent 4dbc971 commit 3891b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
dependencies: [
.package(name: "Down", url: "https://github.com/johnxnguyen/Down", .upToNextMajor(from: "0.11.0")),
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", .upToNextMajor(from: "5.0.1")),
.package(name: "iosMath", url: "https://github.com/tophatmonocle/iosMath", .branch("master")),
.package(name: "iosMath", url: "https://github.com/tophatmonocle/iosMath", .upToNextMajor(from: "1.1.1")),
],
targets: [
.target(
Expand Down

0 comments on commit 3891b82

Please sign in to comment.