Skip to content

Commit

Permalink
chore: release 0.3.1 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
Co-authored-by: Ralf Kistner <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent a59beae commit 212545f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inherits = "release"
inherits = "wasm"

[workspace.package]
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["JourneyApps"]
keywords = ["sqlite", "powersync"]
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "co.powersync"
version = "0.3.0"
version = "0.3.1"
description = "PowerSync Core SQLite Extension"

repositories {
Expand Down Expand Up @@ -160,4 +160,4 @@ tasks.withType<AbstractPublishToMaven>() {

tasks.named("build") {
dependsOn(prefabAar)
}
}
2 changes: 1 addition & 1 deletion android/src/prefab/prefab.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "powersync_sqlite_core",
"schema_version": 2,
"dependencies": [],
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion powersync-sqlite-core.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'powersync-sqlite-core'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'PowerSync SQLite Extension'
s.description = <<-DESC
PowerSync extension for SQLite.
Expand Down
4 changes: 2 additions & 2 deletions tool/build_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ function createXcframework() {
<key>MinimumOSVersion</key>
<string>11.0</string>
<key>CFBundleVersion</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
</dict>
</plist>
EOF
Expand Down

0 comments on commit 212545f

Please sign in to comment.