diff --git a/packages/celest/pubspec.yaml b/packages/celest/pubspec.yaml index f1dcd647..53a9bf2a 100644 --- a/packages/celest/pubspec.yaml +++ b/packages/celest/pubspec.yaml @@ -1,6 +1,6 @@ name: celest description: The Flutter cloud platform. Celest enables you to build your entire backend in Dart. -version: 0.4.0 +version: 0.4.1 homepage: https://celest.dev repository: https://github.com/celest-dev/celest/tree/main/packages/celest diff --git a/packages/celest_auth/pubspec.yaml b/packages/celest_auth/pubspec.yaml index cd2cac64..1ad8118c 100644 --- a/packages/celest_auth/pubspec.yaml +++ b/packages/celest_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: celest_auth description: The Auth runtime and client library for Celest, the Flutter cloud platform. -version: 0.4.0 +version: 0.4.1 homepage: https://celest.dev repository: https://github.com/celest-dev/celest/tree/main/packages/celest_auth diff --git a/packages/celest_core/pubspec.yaml b/packages/celest_core/pubspec.yaml index 2b73aaf3..c15c816c 100644 --- a/packages/celest_core/pubspec.yaml +++ b/packages/celest_core/pubspec.yaml @@ -1,6 +1,6 @@ name: celest_core description: Celest types and utilities shared between the client and the cloud. -version: 0.4.0 +version: 0.4.1 homepage: https://celest.dev repository: https://github.com/celest-dev/celest/tree/main/packages/celest_core