From 82e574ce9f9e59565c62d66f5af13ebcb46b0a53 Mon Sep 17 00:00:00 2001 From: Martin Zaloudek Date: Mon, 29 Feb 2016 12:05:23 +0100 Subject: [PATCH] Update bower dependencies Update dependency to latest ui-select to works with Angular 1.5 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 22f9b8d..5fd4a3a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-select-add-remove-all", - "version": "0.13.1", + "version": "0.14.9", "homepage": "https://github.com/ma-zal/angular-ui-select-add-remove-all", "authors": [ "Martin Zaloudek, CZ" @@ -22,6 +22,6 @@ "url": "https://github.com/ma-zal/angular-ui-select-add-remove-all" }, "dependencies": { - "ui-select": "angular-ui-select#~0.13.1" + "ui-select": "angular-ui-select#>0.13.1" } }