We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68dd5c commit be85009Copy full SHA for be85009
src/sqlitejs.h
@@ -16,7 +16,7 @@
16
#include "sqlite3.h"
17
#endif
18
19
-#define SQLITE_JS_VERSION "1.1.4"
+#define SQLITE_JS_VERSION "1.1.5"
20
21
int sqlite3_js_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
22
const char *sqlitejs_version (void);
0 commit comments