diff --git a/Cargo.toml b/Cargo.toml index aadb6948..445910f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ inherits = "release" lto = false [workspace.package] -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["JourneyApps"] keywords = ["sqlite", "powersync"] diff --git a/android/build.gradle.kts b/android/build.gradle.kts index bdd406fa..b4b756a6 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "co.powersync" -version = "0.1.4" +version = "0.1.5" description = "PowerSync Core SQLite Extension" repositories { diff --git a/crates/core/src/util.rs b/crates/core/src/util.rs index dae84d1e..6fa26ad9 100644 --- a/crates/core/src/util.rs +++ b/crates/core/src/util.rs @@ -44,6 +44,7 @@ pub fn extract_table_info(db: *mut sqlite::sqlite3, data: &str) -> Result