Skip to content

Commit e85b871

Browse files
committed
Bump version to 1.2.1
1 parent d04998e commit e85b871

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/flutter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.2.0
3+
## 1.2.1
44

55
- Initial Flutter package release
66
- Added support for Android 16kb page size devices

packages/flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sqlite_js
2-
version: 1.2.0
2+
version: 1.2.1
33
description: >
44
SQLite JS is a powerful extension that brings JavaScript capabilities to SQLite.
55
With this extension, you can create custom SQLite functions, aggregates,

src/sqlitejs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "sqlite3.h"
1717
#endif
1818

19-
#define SQLITE_JS_VERSION "1.2.0"
19+
#define SQLITE_JS_VERSION "1.2.1"
2020

2121
int sqlite3_js_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2222
const char *sqlitejs_version (void);

0 commit comments

Comments
 (0)