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 2325fb8 commit 86bfc09Copy full SHA for 86bfc09
Cargo.toml
@@ -25,7 +25,7 @@ inherits = "release"
25
lto = false
26
27
[workspace.package]
28
-version = "0.1.4"
+version = "0.1.5"
29
edition = "2021"
30
authors = ["JourneyApps"]
31
keywords = ["sqlite", "powersync"]
android/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "co.powersync"
10
11
description = "PowerSync Core SQLite Extension"
12
13
repositories {
powersync-sqlite-core.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'powersync-sqlite-core'
3
- s.version = '0.1.4'
+ s.version = '0.1.5'
4
s.summary = 'PowerSync SQLite Extension'
5
s.description = <<-DESC
6
PowerSync extension for SQLite.
0 commit comments