Skip to content

Commit 9e03137

Browse files
committed
v0.2.1
1 parent ad7575e commit 9e03137

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Diff for: Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ inherits = "release"
2525
lto = false
2626

2727
[workspace.package]
28-
version = "0.2.0"
28+
version = "0.2.1"
2929
edition = "2021"
3030
authors = ["JourneyApps"]
3131
keywords = ["sqlite", "powersync"]

Diff for: android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "co.powersync"
9-
version = "0.2.0"
9+
version = "0.2.1"
1010
description = "PowerSync Core SQLite Extension"
1111

1212
repositories {

Diff for: android/src/prefab/prefab.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"name": "powersync_sqlite_core",
33
"schema_version": 2,
44
"dependencies": [],
5-
"version": "0.2.0"
5+
"version": "0.2.1"
66
}

Diff for: build-pod.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ function createXcframework() {
2828
<key>MinimumOSVersion</key>
2929
<string>11.0</string>
3030
<key>CFBundleVersion</key>
31-
<string>0.2.0</string>
31+
<string>0.2.1</string>
3232
<key>CFBundleShortVersionString</key>
33-
<string>0.2.0</string>
33+
<string>0.2.1</string>
3434
</dict>
3535
</plist>
3636
EOF

Diff for: powersync-sqlite-core.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'powersync-sqlite-core'
3-
s.version = '0.2.0'
3+
s.version = '0.2.1'
44
s.summary = 'PowerSync SQLite Extension'
55
s.description = <<-DESC
66
PowerSync extension for SQLite.

0 commit comments

Comments
 (0)