Skip to content

Commit

Permalink
Update readme and lower initial release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Nov 5, 2024
1 parent deaed88 commit dbc312a
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion demos/django-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-anonymous-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-simple-chat/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-todolist-drift/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-todolist-optional-sync/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ packages:
path: "../../packages/powersync_core"
relative: true
source: path
version: "0.1.0"
version: "0.0.1"
powersync_flutter_libs:
dependency: "direct overridden"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter

sqlite3_flutter_libs: ^0.5.23
powersync_core: ^0.1.0
powersync_core: ^0.0.1
powersync_flutter_libs: ^0.4.1
collection: ^1.17.0
pubspec_parse: ^1.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync_attachments_helper/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

powersync_core: ^0.1.0
powersync_core: ^0.0.1
logging: ^1.2.0
sqlite_async: ^0.10.1
path_provider: ^2.0.13
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: powersync_core
version: 0.1.0
version: 0.0.1
homepage: https://powersync.com
repository: https://github.com/powersync-ja/powersync.dart
description: PowerSync Dart SDK - sync engine for building local-first apps.
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync_sqlcipher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# PowerSync with SQLCipher SDK for Flutter

*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side.*
_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side._

This package (`powersync_sqlcipher`) is the PowerSync client SDK for Flutter with encryption enabled using SQLCipher.
This package (`powersync_sqlcipher`) is the PowerSync client SDK for Flutter with encryption enabled using SQLCipher. It is currently in a **beta** release. This means it is safe to use in production, provided that you've tested your use cases.

If you do not require encryption in your Flutter application, we recommend using the [`powersync`](https://pub.dev/packages/powersync) SDK.

Expand Down
2 changes: 1 addition & 1 deletion packages/powersync_sqlcipher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: powersync_sqlcipher
version: 0.1.0
version: 0.0.1
homepage: https://powersync.com
repository: https://github.com/powersync-ja/powersync.dart
description: PowerSync Flutter SDK - sync engine for building local-first apps.
Expand Down

0 comments on commit dbc312a

Please sign in to comment.