From 20879cc8993d6f0ddae0c5873132baa8c7bc30c8 Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Thu, 27 Oct 2016 10:47:31 -0700 Subject: [PATCH] Update version strings for 1.1.1 --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4c5b319c..5f5f57f9b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ```yaml dependencies: - over_react: "^1.1.0" + over_react: "^1.1.1" ``` 2. Add the `over_react` [transformer] to your `pubspec.yaml`. diff --git a/pubspec.yaml b/pubspec.yaml index ebf8cb803..092299bea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.1.0 +version: 1.1.1 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: