diff --git a/CHANGELOG.md b/CHANGELOG.md index f689e22..491c145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.3+1 + +* Fix checkSignature param type +* Do dart format + ## 2.1.3 * Initial version diff --git a/pubspec.yaml b/pubspec.yaml index d7cb5d3..5a03ef8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,7 @@ name: xml_crypto -version: 2.1.3 -description: Xml digital signature library for Dart +version: 2.1.3+1 +description: | + Xml digital signature library for Dart. For signing and verifying XML documents. homepage: https://github.com/rikulo/xml-crypto repository: https://github.com/rikulo/xml-crypto issue_tracker: https://github.com/rikulo/xml-crypto/issues