Skip to content

Commit

Permalink
[idb_shim] v2.6.0+3
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jul 22, 2024
1 parent 2669990 commit 5e0da67
Show file tree
Hide file tree
Showing 2 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+2
## 2.6.0+3

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

Expand Down
4 changes: 2 additions & 2 deletions idb_shim/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: idb_shim
version: 2.6.0+2
version: 2.6.0+3
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:
- nosql
- database

environment:
sdk: '>=3.4.0-0 <4.0.0'
sdk: ^3.4.0

dependencies:
sembast: '>=3.6.0 <5.0.0'
Expand Down

0 comments on commit 5e0da67

Please sign in to comment.