From b30e615a7d18b332ea37495286de6e68358f7276 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Thu, 7 Dec 2017 01:41:40 -0500 Subject: [PATCH] Bump to 1.1.0 --- lib/browser.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/browser.dart b/lib/browser.dart index 274324d3..996eb849 100644 --- a/lib/browser.dart +++ b/lib/browser.dart @@ -54,7 +54,7 @@ class Rest extends BaseAngelClient { var wnd = window.open(url, 'angel_client_auth_popup'); Timer t; - StreamSubscription sub; + StreamSubscription sub; t = new Timer.periodic(new Duration(milliseconds: 500), (timer) { if (!ctrl.isClosed) { if (wnd.closed) { diff --git a/pubspec.yaml b/pubspec.yaml index 1d0fc339..386f028b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_client -version: 1.1.0-alpha+1 +version: 1.1.0 description: Client library for the Angel framework. author: Tobe O homepage: https://github.com/angel-dart/angel_client