Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Aug 21, 2024
1 parent 2e6a43e commit bcf7a76
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ inherits = "release"
lto = false

[workspace.package]
version = "0.1.8"
version = "0.2.0"
edition = "2021"
authors = ["JourneyApps"]
keywords = ["sqlite", "powersync"]
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "co.powersync"
version = "0.1.8"
version = "0.2.0"
description = "PowerSync Core SQLite Extension"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions build-pod.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.1.8</string>
<string>0.2.0</string>
<key>CFBundleShortVersionString</key>
<string>0.1.8</string>
<string>0.2.0</string>
</dict>
</plist>
EOF
Expand Down
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.1.8'
s.version = '0.2.0'
s.summary = 'PowerSync SQLite Extension'
s.description = <<-DESC
PowerSync extension for SQLite.
Expand Down

0 comments on commit bcf7a76

Please sign in to comment.