Skip to content

Commit 9d1baa9

Browse files
committed
build: update flutterfire_gen version to v.0.5.0
1 parent e4a81f4 commit 9d1baa9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/counter/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/flutterfire_gen"
327327
relative: true
328328
source: path
329-
version: "0.4.3"
329+
version: "0.5.0"
330330
flutterfire_gen_annotation:
331331
dependency: "direct main"
332332
description:

examples/todo/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/flutterfire_gen"
327327
relative: true
328328
source: path
329-
version: "0.4.3"
329+
version: "0.5.0"
330330
flutterfire_gen_annotation:
331331
dependency: "direct main"
332332
description:

packages/flutterfire_gen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ packages:
278278
path: ".."
279279
relative: true
280280
source: path
281-
version: "0.4.3"
281+
version: "0.5.0"
282282
flutterfire_gen_annotation:
283283
dependency: "direct main"
284284
description:

packages/flutterfire_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutterfire_gen
22
description: flutterfire_gen is a package for automatic code generation for Cloud Firestore. It supports efficient CRUD operations with type-safe interfaces and methods.
3-
version: 0.4.3
3+
version: 0.5.0
44
homepage: https://github.com/kosukesaigusa/flutterfire_gen
55

66
environment:

0 commit comments

Comments
 (0)