Skip to content

Commit

Permalink
Bump version to 0.5.0 and tagging release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisob55 committed Feb 2, 2021
1 parent d44784f commit af678f3
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.5.0] - 2021-02-02
- Added support for `Swift Package Manager`

## [0.4.0] - 2020-12-08
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.4.1/HelpToSaveKalculator.xcframework.zip",
checksum: "24f71d23d4586a9b9e67c484984a1bd2b9e6313d4a1fcc7eaa41b4b1ebe52a76"
url: "https://github.com/hmrc/help-to-save-kalculator/releases/download/0.5.0/HelpToSaveKalculator.xcframework.zip",
checksum: "a6fa980dde3ebd7eccb763804a8ee0cb0aeb6ee31641b5db0b745505cb3b6059"
),
]
)

0 comments on commit af678f3

Please sign in to comment.