Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartos96 committed Jun 11, 2024
1 parent c88f81c commit bd8be28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/electricsql_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: electricsql_cli
description: CLI to interact with the ElectricSQL service. Offers a similar tool
set as the NPM electric_sql package.
repository: https://github.com/SkillDevs/electric_dart
version: 0.8.0
version: 0.8.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -14,7 +14,7 @@ dependencies:
collection: ^1.0.0
dart_style: ^2.3.2
dotenv: ^4.2.0
electricsql: ^0.7.0
electricsql: ^0.8.0
equatable: ^2.0.5
http: ^1.1.0
mason_logger: ^0.2.5
Expand Down
2 changes: 1 addition & 1 deletion packages/electricsql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
electricsql: ^0.7.0
electricsql: ^0.8.0

flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion todos_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ packages:
path: "../packages/electricsql_cli"
relative: true
source: path
version: "0.8.0"
version: "0.8.0+1"
electricsql_flutter:
dependency: "direct main"
description:
Expand Down

0 comments on commit bd8be28

Please sign in to comment.