From 12b2432768520f1dde1dfc1440991502a586c03c Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 23 Aug 2019 12:25:11 -0700 Subject: [PATCH] rev to 0.1.3 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83d5d2..6ac0537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## 0.1.3 - widen the version constraint on `package:webkit_inspection_protocol` diff --git a/pubspec.yaml b/pubspec.yaml index 9cacf1c..7ea781e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: browser_launcher description: Provides a standardized way to launch web browsers for testing and tools. -version: 0.1.3-dev +version: 0.1.3 author: Dart Team homepage: https://github.com/dart-lang/browser_launcher