Skip to content

Commit 3fd77ea

Browse files
committed
Prepare release
1 parent c1764b3 commit 3fd77ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ jobs:
217217

218218
- name: Web tests
219219
run: |
220-
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0-dev.1/sqlite3.wasm -o example/web/sqlite3.wasm
221-
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0-dev.1/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
220+
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0/sqlite3.wasm -o example/web/sqlite3.wasm
221+
curl https://simon-public.fsn1.your-objectstorage.com/assets/sqlite3/2.8.0/sqlite3mc.wasm -o example/web/sqlite3mc.wasm
222222
dart test -P web -r expanded
223223
# If browsers behave differently on different platforms, surely that's not our fault...
224224
# So, only run browser tests on Linux to be faster.

sqlite3/pubspec.yaml

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

sqlite3_flutter_libs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3_flutter_libs
22
description: Flutter plugin to include native sqlite3 libraries with your app
3-
version: 0.5.37
3+
version: 0.5.38
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_flutter_libs
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

0 commit comments

Comments
 (0)