From 8f86662c9b6e1a81c4a0bf71306c14efbcfed9aa Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Wed, 28 Apr 2021 08:22:08 +0300 Subject: [PATCH] changed build version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e4b28..5b1b52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ --- +0.1.1+1 Updated pubspec and readme.md + +--- + 0.1.1 Updated pubspec --- diff --git a/pubspec.yaml b/pubspec.yaml index 340659a..43c0e0c 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 +version: 0.1.1+1 homepage: https://github.com/pese-git/cherrypick documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick