Skip to content

Commit

Permalink
Bump version to 2.14.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoulongkam committed Oct 15, 2024
1 parent 3604dec commit 4d1a2a2
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]

## [2.14.1] - 2024-10-15Z
- Updated README to fix incorrect information.

## [2.14.0] - 2024-08-20Z
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/2.14.0/TaxKalculator.xcframework.zip",
checksum: "2c9520609e56592dc4a403ebeb3c29bbc6320e406bf5cbf3fa8220bd187882e0"
url: "https://github.com/hmrc/tax-kalculator/releases/download/2.14.1/TaxKalculator.xcframework.zip",
checksum: "2a1474e01e13d3093ee0cedab110936c635867b5364b1350290c81e424a57b15"
),
]
)

0 comments on commit 4d1a2a2

Please sign in to comment.