Skip to content

Commit

Permalink
Bump version to 2.0.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Feb 21, 2022
1 parent 2193743 commit d82647f
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 @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TaxKalculator",
url: "https://github.com/hmrc/tax-kalculator/releases/download/1.3.0/TaxKalculator.xcframework.zip",
checksum: "777c3bfaad91019776f202a095e89efdf4cb065df924bb7947d733473b333b58"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.0.0/TaxKalculator.xcframework.zip",
checksum: "a3a1625f8c8bce3f9870fc23aa7d7cc09b13766881163bd5b7ffb849a9512fcf"
),
]
)

0 comments on commit d82647f

Please sign in to comment.