From a22eef66571eba5c2d4f6906871a3bac3c67007b Mon Sep 17 00:00:00 2001 From: Ben Holtz Date: Thu, 30 Mar 2017 15:53:08 -0700 Subject: [PATCH] Updates versioning --- changelog.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e6f67dd2..6048b988 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog - chrome.dart +## 0.9.31 2017-03-30 +- bug fixes for the ContextMenu and Runtime libraries + ## 0.9.3 2017-03-27 - updated to M57, with no new APIs diff --git a/pubspec.yaml b/pubspec.yaml index 37a262d5..ca5876a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: chrome -version: 0.9.3 +version: 0.9.31 authors: - Adam Bender - Ben Holtz