Skip to content

Commit 4168795

Browse files
committed
Update version to 0.4.1
1 parent 47044b7 commit 4168795

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inherits = "release"
2828
inherits = "wasm"
2929

3030
[workspace.package]
31-
version = "0.4.0"
31+
version = "0.4.1"
3232
edition = "2021"
3333
authors = ["JourneyApps"]
3434
keywords = ["sqlite", "powersync"]

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Bump the version number in these places:
66
2. powersync-sqlite-core.podspec.
77
3. android/build.gradle.kts
88
4. android/src/prefab/prefab.json
9-
5. tool/build_xcframework.sh - CFBundleVersion and CFBundleShortVersionString.
9+
5. tool/build_xcframework.sh - `VERSION` variable.
1010
6. `cargo build` to update Cargo.lock
1111

1212
Create a tag:

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

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

1212
repositories {

android/src/prefab/prefab.json

Lines changed: 1 addition & 1 deletion
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.4.0"
5+
"version": "0.4.1"
66
}

powersync-sqlite-core.podspec

Lines changed: 1 addition & 1 deletion
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.4.0'
3+
s.version = '0.4.1'
44
s.summary = 'PowerSync SQLite Extension'
55
s.description = <<-DESC
66
PowerSync extension for SQLite.

tool/build_xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ TARGETS=(
2020
x86_64-apple-watchos-sim
2121
arm64_32-apple-watchos
2222
)
23-
VERSION=0.4.0
23+
VERSION=0.4.1
2424

2525
function generatePlist() {
2626
min_os_version=0

0 commit comments

Comments
 (0)