Skip to content

Commit

Permalink
[sqflite_common_ffi] 2.3.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Aug 10, 2023
1 parent dd948ec commit 82a9984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sqflite_common_ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.3.0
## 2.3.0+1

* Dart 3 only.
* Bundle Windows sqlite3.dll 3.42.0

## 2.2.5

Expand Down
2 changes: 1 addition & 1 deletion sqflite_common_ffi/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sqflite_common_ffi
homepage: https://github.com/tekartik/sqflite/tree/master/sqflite_common_ffi
description: sqflite ffi based implementation, for desktop and units tests.
version: 2.3.0
version: 2.3.0+1
funding:
- https://github.com/sponsors/alextekartik

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Future<String?> windowsFindOpenssl() async {
}();
}

// This tests does actually the actual install of the dll
void main() {
var helper = Sqlite3DllSetupHelper(sqlite3Info);
var srcZip = sqlite3Info.srcZip;
Expand Down

0 comments on commit 82a9984

Please sign in to comment.