From cc493a50af99e6e2740386152628a1f9c3f6724a Mon Sep 17 00:00:00 2001 From: leocaseiro Date: Mon, 29 Aug 2016 23:11:45 +1000 Subject: [PATCH] release 1.5.0 --- dist/angular-chosen.js | 2 +- dist/angular-chosen.min.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/angular-chosen.js b/dist/angular-chosen.js index b1e28eb..5c16f17 100644 --- a/dist/angular-chosen.js +++ b/dist/angular-chosen.js @@ -1,6 +1,6 @@ /** * angular-chosen-localytics - Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way - * @version v1.4.3 + * @version v1.5.0 * @link http://github.com/leocaseiro/angular-chosen * @license MIT */ diff --git a/dist/angular-chosen.min.js b/dist/angular-chosen.min.js index 00df1b3..f8646fd 100644 --- a/dist/angular-chosen.min.js +++ b/dist/angular-chosen.min.js @@ -1,6 +1,6 @@ /** * angular-chosen-localytics - Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way - * @version v1.4.3 + * @version v1.5.0 * @link http://github.com/leocaseiro/angular-chosen * @license MIT */ diff --git a/package.json b/package.json index 150fcd8..672d828 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angular-chosen-localytics", "filename": "chosen.js", "main": "dist/angular-chosen.js", - "version": "1.4.3", + "version": "1.5.0", "description": "Angular Chosen directive is an AngularJS Directive that brings the Chosen jQuery in a Angular way", "homepage": "http://github.com/leocaseiro/angular-chosen", "repository": {