From caddaaab89bf81ce159fb0d100eff20598282a71 Mon Sep 17 00:00:00 2001 From: Alexander Kirsch Date: Mon, 25 May 2020 22:29:52 +0200 Subject: [PATCH] metadata --- copy_with_extension/pubspec.yaml | 2 +- copy_with_extension_gen/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copy_with_extension/pubspec.yaml b/copy_with_extension/pubspec.yaml index c893c22..05c022b 100644 --- a/copy_with_extension/pubspec.yaml +++ b/copy_with_extension/pubspec.yaml @@ -1,5 +1,5 @@ name: copy_with_extension -version: 1.1.0 +version: 1.2.0 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 diff --git a/copy_with_extension_gen/pubspec.yaml b/copy_with_extension_gen/pubspec.yaml index bce3556..537512f 100644 --- a/copy_with_extension_gen/pubspec.yaml +++ b/copy_with_extension_gen/pubspec.yaml @@ -1,5 +1,5 @@ name: copy_with_extension_gen -version: 1.1.0 +version: 1.2.0 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