Skip to content

Commit

Permalink
Bump version to 0.7.1 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Dec 5, 2022
1 parent e506f08 commit ae3f45b
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]

## [0.7.1] - 2022-12-05Z
- Updated KMP version and cleaned up gradle scripts.

## [0.6.0] - 2021-04-07
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: "HelpToSaveKalculator",
url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.7.0/HelpToSaveKalculator.xcframework.zip",
checksum: "66888dd0d7580d6e78d5dff96c544086e241dae62d45352253a9c224254c8cd6"
url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.7.1/HelpToSaveKalculator.xcframework.zip",
checksum: "034750c0e2b72b855322dce9ef3c3008f250a75a8db516580f6031518fcff0fc"
),
]
)

0 comments on commit ae3f45b

Please sign in to comment.