From c89dd1f8b32aaed61b350dc45887e885158d23ac Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Mon, 14 Oct 2024 21:23:40 +0200 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd27d2..074e7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.1.3 + +- chore: update readme (The one with the braid) +- fix: handle trailing slash in web service (The one with the braid) +- fix: use correct Dart image (The one with the braid) + ## v2.1.2 - chore: add CI (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 01be08a..051574e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass description: A Dart native passbook parsing library supporting checksum verification, barcode parsing, localization and much more. -version: 2.1.2 +version: 2.1.3 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues