From 3170c456e2af8e05091496b0b2910eb12fce3f25 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Sun, 26 Nov 2023 19:43:53 +0100 Subject: [PATCH] chore: bump version Signed-off-by: The one with the braid --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270faaf..458201f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.3.0 + +- chore: add funding (The one with the braid) +- chore: link demo project in README (The one with the braid) +- feat: implement web service (The one with the braid) + ## v1.2.2 - fix: remove print statements (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 55f040e..21aa127 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more. -version: 1.2.2 +version: 1.3.0 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues @@ -14,9 +14,10 @@ dependencies: archive: ^3.3.7 barcode: ^2.2.4 crypto: ^3.0.3 + http: ^1.0.0 intl: ^0.18.1 dev_dependencies: import_sorter: ^4.6.0 - lints: ^2.0.0 + lints: ">= 2.0.0 < 4.0.0" test: ^1.21.0