Skip to content

Commit

Permalink
[isb_shim] 2.6.0+2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 18, 2024
1 parent 5170342 commit 3e50a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion idb_shim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.6.0+1
## 2.6.0+2

* More support for sdb, including key on 2,3 and 4 fields, and more.

Expand Down
2 changes: 1 addition & 1 deletion idb_shim/lib/src/sdb/sdb_store_impl.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:idb_shim/src//common/common_value.dart';
import 'package:idb_shim/src/common/common_value.dart';
import 'package:idb_shim/src/sdb/sdb_client_impl.dart';

import 'sdb_boundary.dart';
Expand Down
2 changes: 1 addition & 1 deletion idb_shim/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: idb_shim
version: 2.6.0+1
version: 2.6.0+2
description: indexed_db dart base interface with implementation for native (browser), file (io) and in memory.
homepage: https://github.com/tekartik/idb_shim.dart/tree/master/idb_shim
topics:
Expand Down

0 comments on commit 3e50a38

Please sign in to comment.