Skip to content

Commit

Permalink
Merge pull request #17 from vanlooverenkoen/bugfix/x509-update
Browse files Browse the repository at this point in the history
Updated x509
  • Loading branch information
vanlooverenkoen authored Dec 30, 2021
2 parents 2a9e27a + dcf7d77 commit 6e69bcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.1.12]
- updated x509

## [1.1.11]
- updated x509

Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "0.2.9"
resolved-ref: "1e58d8c97d1eda594acbe3a40acf9221dc768d0c"
ref: "0.2.10"
resolved-ref: "3d5f44df5d26de668851a486d21c8e7f2aea2fbe"
url: "https://github.com/jeroentrappers/x509"
source: git
version: "0.2.9"
version: "0.2.10"
yaml:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_cose
description: Partial Dart implementation of COSE, RFC8152. It is used to validate European Digital Green Certificates.
version: 1.1.11
version: 1.1.12
homepage: https://github.com/jeroentrappers/dart_cose

environment:
Expand All @@ -18,7 +18,7 @@ dependencies:
x509b:
git:
url: https://github.com/jeroentrappers/x509
ref: 0.2.9
ref: 0.2.10
ninja: ^3.0.2

dev_dependencies:
Expand Down

0 comments on commit 6e69bcf

Please sign in to comment.