mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
chore: bump version
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
6e7f19a764
commit
3170c456e2
2 changed files with 9 additions and 2 deletions
|
@ -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
|
## v1.2.2
|
||||||
|
|
||||||
- fix: remove print statements (The one with the braid)
|
- fix: remove print statements (The one with the braid)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: pkpass
|
name: pkpass
|
||||||
description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more.
|
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
|
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
|
||||||
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
||||||
issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
||||||
|
@ -14,9 +14,10 @@ dependencies:
|
||||||
archive: ^3.3.7
|
archive: ^3.3.7
|
||||||
barcode: ^2.2.4
|
barcode: ^2.2.4
|
||||||
crypto: ^3.0.3
|
crypto: ^3.0.3
|
||||||
|
http: ^1.0.0
|
||||||
intl: ^0.18.1
|
intl: ^0.18.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
import_sorter: ^4.6.0
|
import_sorter: ^4.6.0
|
||||||
lints: ^2.0.0
|
lints: ">= 2.0.0 < 4.0.0"
|
||||||
test: ^1.21.0
|
test: ^1.21.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue