Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Doing away with Sodium based version numbering.
  • Loading branch information
pfandrade committed Feb 8, 2022
1 parent 1c19841 commit e5b41eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Sodium",
url: "https://github.com/OuterCorner/Sodium/releases/download/1.0.18+201204.0/Sodium.xcframework.zip",
checksum: "da4262460cedd7d3e7d89e3d47636811faaa68e10e3e22a6a1917001ccfcf40c"
url: "https://github.com/OuterCorner/Sodium/releases/download/1.1.0/Sodium.xcframework.zip",
checksum: "81fbd6489b4bf1a8b1d25e1cd0040858a9433868d17146dfa0cafc2f219a7612"
)
]
)

0 comments on commit e5b41eb

Please sign in to comment.