Browse Source

increase kdbx version to 2.0.0

null-safety
Herbert Poul 4 years ago
parent
commit
aa8e86133e
  1. 6
      CHANGELOG.md
  2. 2
      example/pubspec.lock
  3. 2
      pubspec.yaml

6
CHANGELOG.md

@ -1,4 +1,8 @@
## preparing 1.0.0 ## 2.0.0
- Null-safety migration
## 1.0.0
- Use kdbx 4.x by default when creating new files. - Use kdbx 4.x by default when creating new files.
- Implemented support for custom icons. - Implemented support for custom icons.

2
example/pubspec.lock

@ -98,7 +98,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.0" version: "2.0.0"
logging: logging:
dependency: transitive dependency: transitive
description: description:

2
pubspec.yaml

@ -1,6 +1,6 @@
name: kdbx name: kdbx
description: KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support). description: KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
version: 1.0.0 version: 2.0.0
homepage: https://github.com/authpass/kdbx.dart homepage: https://github.com/authpass/kdbx.dart
environment: environment:

Loading…
Cancel
Save