From a546cbdfa2b02b3269482d960145c710b6104ef4 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Mon, 3 Aug 2020 22:19:12 +0200 Subject: [PATCH] 0.1.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fa1bb..38bc5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + +* separate implementation to allow dart:html compilation. + ## [0.1.3+1] * Allow overwriting of library name lookup. diff --git a/pubspec.yaml b/pubspec.yaml index c476a00..cf4741a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: argon2_ffi_base description: Base package defining the interface for an Argon2 implementation. -version: 0.1.3+1 +version: 0.1.4 homepage: https://github.com/authpass/argon2_ffi_base environment: