Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasroussel committed Oct 30, 2022
1 parent 1234877 commit 796e12d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0

- https://github.com/jonasroussel/dart_jsonwebtoken/commit/12348776259ccec70ccf62856ec0245f49ebe951

## 2.4.2

- Formating for 'static analysis'
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.4.2
version: 2.5.0
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme

Expand All @@ -14,10 +14,10 @@ false_secrets:
- /example/rsa_public.pem

dependencies:
crypto: ^3.0.1
pointycastle: ^3.5.0
convert: ^3.0.1
collection: ^1.15.0
crypto: ^3.0.2
pointycastle: ^3.6.2
convert: ^3.1.1
collection: ^1.17.0
ed25519_edwards: ^0.3.1

dev_dependencies:
Expand Down

0 comments on commit 796e12d

Please sign in to comment.