Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Feb 20, 2024
1 parent 28c4b5c commit 7cb986e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/src/kee_vault_model/browser_entry_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import 'package:kdbx/src/kee_vault_model/entry_matcher_config.dart';
import 'package:kdbx/src/kee_vault_model/enums.dart';
import 'package:kdbx/src/kee_vault_model/field.dart';

//TODO: EntryConfigV2
//TODO: translate TS unit tests for migration
//TODO: implement conversion between versions
//TODO: kdbxswift too

class BrowserEntrySettings {
BrowserEntrySettings({
this.version = 2,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kdbx
description: KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
version: 0.6.0+0
version: 0.6.0+1
homepage: https://github.com/kee-org/kdbx.dart
publish_to: none

Expand Down

0 comments on commit 7cb986e

Please sign in to comment.