From 520b538a4590271af61e42e6ba0cb524a201c189 Mon Sep 17 00:00:00 2001 From: Emily Fortuna Date: Tue, 6 Aug 2019 16:15:50 -0700 Subject: [PATCH] Bump version number for re-publishing. (#68) * Bump version number --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b86d02bbebba..74d7b3a1496fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.1+1 + * Bump version number for publish mishap (spare file uploaded with `pub + publish`). + ## 2.1.1 * Added a workaround for a bug in DDC (used in build_web_compilers 1.x). This bug is not present in DDK (used in build_web_compilers 2.x). diff --git a/pubspec.yaml b/pubspec.yaml index 37d8234e3c089..7dfa26662c10e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: crypto -version: 2.1.1 +version: 2.1.1+1 author: Dart Team description: Library of cryptographic functions. homepage: https://www.github.com/dart-lang/crypto