From ea1f661b52ba2c9e5c278dbff65385b2217ef373 Mon Sep 17 00:00:00 2001 From: Albert Wolszon Date: Sun, 24 Oct 2021 00:05:22 +0200 Subject: [PATCH] Bump version to 2.0.0+1 and add changelog entry (#6) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bbf5a..e871b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.0+1 + +- Replace image with snippet in README. + # 2.0.0 - **BREAKING** Migrate to null-safety. diff --git a/pubspec.yaml b/pubspec.yaml index 73825d8..059ed2e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: sorted description: > Sort lists of complex objects with ease. Simple but powerful extension method. -version: 2.0.0 +version: 2.0.0+1 homepage: https://github.com/Albert221/sorted environment: