From 6c798276436f96315f34c717a6c0b8d94de45255 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Mon, 13 Jul 2020 13:00:20 +0000 Subject: [PATCH] prepare 0.1.0 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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"