Bump to 1.1.0
This commit is contained in:
parent
5a6e995b41
commit
b30e615a7d
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class Rest extends BaseAngelClient {
|
||||||
var wnd = window.open(url, 'angel_client_auth_popup');
|
var wnd = window.open(url, 'angel_client_auth_popup');
|
||||||
|
|
||||||
Timer t;
|
Timer t;
|
||||||
StreamSubscription<Event> sub;
|
StreamSubscription<CustomEvent> sub;
|
||||||
t = new Timer.periodic(new Duration(milliseconds: 500), (timer) {
|
t = new Timer.periodic(new Duration(milliseconds: 500), (timer) {
|
||||||
if (!ctrl.isClosed) {
|
if (!ctrl.isClosed) {
|
||||||
if (wnd.closed) {
|
if (wnd.closed) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_client
|
name: angel_client
|
||||||
version: 1.1.0-alpha+1
|
version: 1.1.0
|
||||||
description: Client library for the Angel framework.
|
description: Client library for the Angel framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_client
|
homepage: https://github.com/angel-dart/angel_client
|
||||||
|
|
Loading…
Reference in a new issue