Skip to content

Commit

Permalink
Bump version to 1.3.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Jun 2, 2021
1 parent b6b0b6c commit d2dc7e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.0] - 2021-06-02Z
- Removing `-jvm` from .jar name

## [1.2.0] - 2021-05-28
Expand Down
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.2.0/TaxKalculator.xcframework.zip",
checksum: "2e01e925453264fb2f334880be2920bb051c7b180ad62a0d9f6914f471f84475"
url: "https://github.com/hmrc/tax-kalculator/releases/download/1.3.0/TaxKalculator.xcframework.zip",
checksum: "777c3bfaad91019776f202a095e89efdf4cb065df924bb7947d733473b333b58"
),
]
)

0 comments on commit d2dc7e9

Please sign in to comment.