Skip to content

Commit 3bf2838

Browse files
authored
Merge pull request #5 from colinc86/stable-mathjaxswift
Change to the stable version of MathJaxSwift.
2 parents 868f715 + a9556b8 commit 3bf2838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515
targets: ["LaTeXSwiftUI"]),
1616
],
1717
dependencies: [
18-
.package(url: "https://github.com/colinc86/MathJaxSwift", branch: "develop"),
18+
.package(url: "https://github.com/colinc86/MathJaxSwift", from: "3.2.2"),
1919
.package(url: "https://github.com/exyte/SVGView", from: "1.0.4"),
2020
.package(url: "https://github.com/kean/Nuke", from: "11.3.1"),
2121
.package(url: "https://github.com/apple/swift-log", from: "1.4.4"),

0 commit comments

Comments
 (0)