We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0eb65 commit 34b7454Copy full SHA for 34b7454
sqlite3/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.4.1
+## 2.4.1+1
2
3
- Allow version `0.7.x` of the `js` package.
4
- Reduce size of `sqlite3.wasm` bundle by removing symbols not referenced in
sqlite3/pubspec.yaml
@@ -1,11 +1,11 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
-version: 2.4.1
+version: 2.4.1+1
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
5
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
6
7
environment:
8
- sdk: '>=3.2.0 <4.0.0'
+ sdk: '>=3.3.0 <4.0.0'
9
10
# This package supports all platforms listed below.
11
platforms:
0 commit comments