prep for publishing (#33)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1b93e14..f014ae2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.1.1
+
+- Populate the pubspec `repository` field.
+
 ## 1.1.0
 
 - Add optional `signIn` argument to `startWithDebugPort`.
diff --git a/README.md b/README.md
index 3c83cde..cf534ab 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
 [![Dart](https://github.com/dart-lang/browser_launcher/workflows/Dart/badge.svg)](https://github.com/dart-lang/browser_launcher/actions?query=workflow%3ADart+branch%3Amaster)
+[![pub package](https://img.shields.io/pub/v/browser_launcher.svg)](https://pub.dev/packages/browser_launcher)
+[![package publisher](https://img.shields.io/pub/publisher/browser_launcher.svg)](https://pub.dev/packages/browser_launcher/publisher)
 
 Provides a standardized way to launch web browsers.
 
-Currently, Chrome is the only supported browser.
-
-Support for other browsers will be added in the future.
+Currently, Chrome is the only supported browser; support for other browsers may
+be added in the future.
diff --git a/pubspec.yaml b/pubspec.yaml
index 1678f10..549d942 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: browser_launcher
-version: 1.1.0
+version: 1.1.1
 description: Provides a standardized way to launch web browsers for testing and tools.
 repository: https://github.com/dart-lang/browser_launcher