From 276d6bfb127c09f199a3c1f445e937894ae6111e Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Thu, 29 Apr 2021 10:04:34 +0300 Subject: [PATCH] changed build version and updated changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bce34..968d1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +0.1.2 Fixed warnings in code + +--- 0.1.1+2 Updated libraries and fixed warnings --- diff --git a/pubspec.yaml b/pubspec.yaml index e095148..d037338 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. -version: 0.1.1+2 +version: 0.1.2 homepage: https://github.com/pese-git/cherrypick documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick