diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..c16f3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + +* Windows support. + ## 0.0.1 * TODO: Describe initial release. diff --git a/example/pubspec.lock b/example/pubspec.lock index 6b28c10..05de4e9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.1.0" argon2_ffi_base: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a3ea317..2638107 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: argon2_ffi -description: A new flutter plugin project. -version: 0.0.1 +description: Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code. +version: 0.1.0 environment: sdk: ">=2.1.0 <3.0.0"