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": {