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