diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd38b0..3dbfbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.1 +- Update dependencies +- Update Readme + ## 2.2.0 - Update `asn1lib` dependency to ^1.5.0 and fix the resulting lint warnings diff --git a/README.md b/README.md index 308d5c7..ca1d0ad 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Crypton A simple Dart library for asymmetric encryption and digital signatures -> This library is a simplified interface to interact with the [pointy castle](https://github.com/PointyCastle/pointycastle) +> This library is a simplified interface to interact with the [pointy castle](https://pub.dev/packages/pointycastle) - -For symmetric encryption and hashing I strongly recommend to use [steel_crypt](https://pub.dev/packages/steel_crypt). -The Dev there has a deep understanding of symmetric encryption and actively maintains the project. +For symmetric encryption and hashing I strongly recommend to use [steel_crypt](https://pub.dev/packages/steel_crypt). ## Features #### RSA @@ -25,4 +23,4 @@ To see more take a look at the examples ## Contact If you want a specific Feature implemented feel free to create a Pull Request on the [Crypton GitHub](https://github.com/konstantinullrich/crypton) - or tweet at me [@konstiullrich](https://twitter.com/konstiullrich) (You can also tweet at me just to say "hi") \ No newline at end of file + or tweet at me [@konstiullrich](https://twitter.com/konstiullrich) (You can also tweet at me just to say "hi") diff --git a/pubspec.yaml b/pubspec.yaml index 3cdddba..aa2e80f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crypton description: A simple Dart library for asymmetric encryption and digital signatures -version: 2.2.0 +version: 2.2.1 homepage: https://github.com/konstantinullrich repository: https://github.com/konstantinullrich/crypton issue_tracker: https://github.com/konstantinullrich/crypton/issues @@ -14,4 +14,4 @@ dependencies: dev_dependencies: lints: ^2.1.1 - test: ^1.24.4 + test: ^1.24.7