Skip to content

Commit

Permalink
minor metadata corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Dec 13, 2019
1 parent 9a599ee commit a59400e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions copy_with_extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.6 Minor corrections

* Minor metadata and description corractions.

## 1.0.0 Initial release

* Lets you annotate an object using `@CopyWith()` to generate a `copyWith` extension.
2 changes: 1 addition & 1 deletion copy_with_extension/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: copy_with_extension
version: 1.0.5
version: 1.0.6
description: Annotation for generating `copyWith` extensions code using `copy_with_extension_gen`.
homepage: https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension
repository: https://github.com/numen31337/copy_with_extension
Expand Down
2 changes: 1 addition & 1 deletion copy_with_extension_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.5 Minor corrections
## 1.0.6 Minor corrections

* Minor metadata and description corractions.

Expand Down
2 changes: 1 addition & 1 deletion copy_with_extension_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: copy_with_extension_gen
version: 1.0.5
version: 1.0.6
description: Automatically generating `copyWith` extensions code for classes with `@CopyWith()` annotation.
repository: https://github.com/numen31337/copy_with_extension
homepage: https://github.com/numen31337/copy_with_extension/tree/master/copy_with_extension_gen
Expand Down

0 comments on commit a59400e

Please sign in to comment.