From 23e6b2ff5767d537414bb251cbb794fb4eb2b80d Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Tue, 29 Aug 2023 14:09:33 +0200 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915ac6d..6d5e193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.1.1 + +- chore: export more public classes (The one with the braid) + ## v1.1.0 - chore: add high level classes (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 9c8b86c..dc5f178 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass -description: A Dart native pkpass parsing library. -version: 1.1.0 +description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more. +version: 1.1.1 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues