diff --git a/dist/ng-currency.js b/dist/ng-currency.js index 1d5e4cd..9ed9bd2 100644 --- a/dist/ng-currency.js +++ b/dist/ng-currency.js @@ -1,5 +1,5 @@ /** - * ng-currency JavaScript Library v1.2.8 + * ng-currency JavaScript Library v1.2.9 * * @license MIT (https://github.com/salte-io/ng-currency/blob/master/LICENSE) * diff --git a/dist/ng-currency.min.js.LICENSE.txt b/dist/ng-currency.min.js.LICENSE.txt new file mode 100644 index 0000000..4f33cb6 --- /dev/null +++ b/dist/ng-currency.min.js.LICENSE.txt @@ -0,0 +1,7 @@ +/** + * ng-currency JavaScript Library v1.2.9 + * + * @license MIT (https://github.com/salte-io/ng-currency/blob/master/LICENSE) + * + * Made with ♥ by Ceci , Luis Aguirre + */ diff --git a/package.json b/package.json index 46552d8..b42a5d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-currency", - "version": "1.2.8", + "version": "1.2.9", "main": "dist/ng-currency.min.js", "description": "Directive that works in conjunction with currency filter.", "homepage": "https://github.com/salte-io/ng-currency",