Skip to content

Commit

Permalink
fix typo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roubachof committed Apr 30, 2022
1 parent 67c6eb7 commit 0abee88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hive_generator/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ builders:
hive_generator:
import: "package:hive_generator/hive_generator.dart"
builder_factories: ["getBuilder"]
build_extensions: {".dart": [".hive.part"]}
build_extensions: {".dart": [".hive.dart"]}
auto_apply: dependents
build_to: source
applies_builders: ["source_gen|combining_builder"]
2 changes: 1 addition & 1 deletion hive_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hive_generator
description: Extension for Hive. Automatically generates TypeAdapters to store any class.
version: 1.1.2+2
version: 1.1.2+3
homepage: https://github.com/hivedb/hive/tree/master/hive_generator
documentation: https://docs.hivedb.dev/

Expand Down

0 comments on commit 0abee88

Please sign in to comment.