Skip to content

Commit

Permalink
build: update flutterfire_gen version to v.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Nov 28, 2024
1 parent e4a81f4 commit 9d1baa9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/counter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: "../../packages/flutterfire_gen"
relative: true
source: path
version: "0.4.3"
version: "0.5.0"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ packages:
path: "../../packages/flutterfire_gen"
relative: true
source: path
version: "0.4.3"
version: "0.5.0"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_gen/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.3"
version: "0.5.0"
flutterfire_gen_annotation:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterfire_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterfire_gen
description: flutterfire_gen is a package for automatic code generation for Cloud Firestore. It supports efficient CRUD operations with type-safe interfaces and methods.
version: 0.4.3
version: 0.5.0
homepage: https://github.com/kosukesaigusa/flutterfire_gen

environment:
Expand Down

0 comments on commit 9d1baa9

Please sign in to comment.