From ae3f45b3c209ceec794c2ef8483c64627451744a Mon Sep 17 00:00:00 2001 From: chrisob55 <4126049+chrisob55@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:05:12 +0000 Subject: [PATCH] Bump version to 0.7.1 and tagging release --- CHANGELOG.md | 2 ++ Package.swift | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2729b4d..2809569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index 74c4eb9..c8d3790 100644 --- a/Package.swift +++ b/Package.swift @@ -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" ), ] )