Browse Source

prepare 0.1.0

master
Herbert Poul 4 years ago
parent
commit
6c79827643
  1. 4
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 4
      pubspec.yaml

4
CHANGELOG.md

@ -1,3 +1,7 @@
## 0.1.0
* Windows support.
## 0.0.1 ## 0.0.1
* TODO: Describe initial release. * TODO: Describe initial release.

2
example/pubspec.lock

@ -7,7 +7,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.0.1" version: "0.1.0"
argon2_ffi_base: argon2_ffi_base:
dependency: "direct main" dependency: "direct main"
description: description:

4
pubspec.yaml

@ -1,6 +1,6 @@
name: argon2_ffi name: argon2_ffi
description: A new flutter plugin project. description: Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code.
version: 0.0.1 version: 0.1.0
environment: environment:
sdk: ">=2.1.0 <3.0.0" sdk: ">=2.1.0 <3.0.0"

Loading…
Cancel
Save