Skip to content

Commit 2905391

Browse files
New Version
1 parent f85e28c commit 2905391

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: crypton
22
description: A simple Dart library for asymmetric encryption and digital signatures
3-
version: 2.0.1
3+
version: 2.0.2
44
homepage: https://github.com/konstantinullrich
55
repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues
@@ -9,9 +9,9 @@ environment:
99
sdk: '>=2.12.0 <3.0.0'
1010

1111
dependencies:
12-
pointycastle: 3.1.1
13-
asn1lib: ^1.0.0
12+
pointycastle: 3.1.2
13+
asn1lib: ^1.0.2
1414

1515
dev_dependencies:
16-
pedantic: ^1.11.0
17-
test: ^1.16.8
16+
pedantic: ^1.11.1
17+
test: ^1.17.9

0 commit comments

Comments
 (0)