Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMiddel committed Dec 22, 2022
1 parent eeabeb3 commit aefb851
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,21 +182,21 @@ packages:
path: "../floor"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
floor_annotation:
dependency: transitive
description:
path: "../floor_annotation"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
floor_generator:
dependency: "direct dev"
description:
path: "../floor_generator"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions floor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ packages:
path: "../floor_annotation"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
floor_generator:
dependency: "direct dev"
description:
path: "../floor_generator"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor
description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the runtime dependency.
version: 1.3.0
version: 1.4.0
homepage: https://pinchbv.github.io/floor/
repository: https://github.com/pinchbv/floor
issue_tracker: https://github.com/pinchbv/floor/issues
Expand Down
2 changes: 1 addition & 1 deletion floor_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor_annotation
description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
Don't use this package directly. Import the floor package instead.
version: 1.3.0
version: 1.4.0
homepage: https://pinchbv.github.io/floor/
repository: https://github.com/pinchbv/floor
issue_tracker: https://github.com/pinchbv/floor/issues
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ packages:
path: "../floor_annotation"
relative: true
source: path
version: "1.3.0"
version: "1.4.0"
frontend_server_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: floor_generator
description: >
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications.
This library is the dev dependency.
version: 1.3.0
version: 1.4.0
homepage: https://pinchbv.github.io/floor/
repository: https://github.com/pinchbv/floor
issue_tracker: https://github.com/pinchbv/floor/issues
Expand Down

0 comments on commit aefb851

Please sign in to comment.