From 43c585ed6778c27ccac25c89136fe191f7b5cc96 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Mon, 7 Mar 2022 22:33:41 +0100 Subject: [PATCH] updated version to 1.0.0+2 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3898f1c..5c85ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+2 + +* Updated golden tests with the package [alchemist](https://pub.dev/packages/alchemist) + ## 1.0.0+1 * Change license to BSD 2-Clause diff --git a/example/pubspec.lock b/example/pubspec.lock index 4b603f0..33997db 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -80,7 +80,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0+1" + version: "1.0.0+2" lints: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e2b4e61..93e13e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: icon_decoration description: Add decoration capabilities for the Icon widget with shadows, borders, gradients. -version: 1.0.0+1 +version: 1.0.0+2 homepage: https://github.com/TesteurManiak/icon_decoration repository: https://github.com/TesteurManiak/icon_decoration