Bump to 1.1.0

This commit is contained in:
Tobe O 2017-12-07 01:41:40 -05:00
parent 5a6e995b41
commit b30e615a7d
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ class Rest extends BaseAngelClient {
var wnd = window.open(url, 'angel_client_auth_popup');
Timer t;
StreamSubscription<Event> sub;
StreamSubscription<CustomEvent> sub;
t = new Timer.periodic(new Duration(milliseconds: 500), (timer) {
if (!ctrl.isClosed) {
if (wnd.closed) {

View file

@ -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 <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_client