Skip to content

Commit

Permalink
fixing versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
julepka committed Mar 11, 2021
1 parent 7bf9e14 commit 0eca6e6
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 @@ -15,7 +15,7 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(name: "themis",
url: "https://github.com/julepka/themis/releases/download/2.1/themis.xcframework.zip",
url: "https://github.com/julepka/themis/releases/download/2.2.0/themis.xcframework.zip",
// $swift package compute-checksum output/themis.xcframework.zip
checksum: "b4a8d8868cbd09499d75a10315d1231281d40dee11d1fe549cf4893967f3ee38"),

Expand Down

0 comments on commit 0eca6e6

Please sign in to comment.