Skip to content

Commit f76cb60

Browse files
committed
powersync-sqlite-core 0.3.0 for @powersync/op-sqlite
1 parent 595a82f commit f76cb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/powersync-op-sqlite/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ repositories {
107107
def kotlin_version = getExtOrDefault("kotlinVersion")
108108

109109
dependencies {
110-
implementation 'co.powersync:powersync-sqlite-core:0.2.1'
110+
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
111111
// For < 0.71, this will be from the local maven repo
112112
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113113
//noinspection GradleDynamicVersion

packages/powersync-op-sqlite/powersync-op-sqlite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.dependency "React-callinvoker"
1919
s.dependency "React"
20-
s.dependency "powersync-sqlite-core", "~> 0.2.1"
20+
s.dependency "powersync-sqlite-core", "~> 0.3.0"
2121
if defined?(install_modules_dependencies())
2222
install_modules_dependencies(s)
2323
else

0 commit comments

Comments
 (0)