Skip to content

Commit 34b7454

Browse files
committed
Fix lower SDK bound on sqlite3 package
1 parent ef0eb65 commit 34b7454

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sqlite3/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4.1
1+
## 2.4.1+1
22

33
- Allow version `0.7.x` of the `js` package.
44
- Reduce size of `sqlite3.wasm` bundle by removing symbols not referenced in

sqlite3/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: sqlite3
22
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3-
version: 2.4.1
3+
version: 2.4.1+1
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

77
environment:
8-
sdk: '>=3.2.0 <4.0.0'
8+
sdk: '>=3.3.0 <4.0.0'
99

1010
# This package supports all platforms listed below.
1111
platforms:

0 commit comments

Comments
 (0)