diff --git a/README.md b/README.md index 55442e0..dd13352 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 13. +## Example App + +https://stackblitz.com/edit/angular-ivy-bpn8by + ## Getting Started ### Installing and Importing @@ -91,9 +95,3 @@ This directive also provides built-in validation for minimum and maximum values. ```html ``` - -### Example App - -https://angular-ivy-bpn8by.stackblitz.io - -## Questions? Open a Issue! diff --git a/package.json b/package.json index 00a3572..948dd1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-currency-mask", - "version": "13.0.1", + "version": "13.0.2", "description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", "repository": { "type": "git", diff --git a/projects/ng2-currency-mask/README.md b/projects/ng2-currency-mask/README.md index 55442e0..dd13352 100644 --- a/projects/ng2-currency-mask/README.md +++ b/projects/ng2-currency-mask/README.md @@ -2,6 +2,10 @@ A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 13. +## Example App + +https://stackblitz.com/edit/angular-ivy-bpn8by + ## Getting Started ### Installing and Importing @@ -91,9 +95,3 @@ This directive also provides built-in validation for minimum and maximum values. ```html ``` - -### Example App - -https://angular-ivy-bpn8by.stackblitz.io - -## Questions? Open a Issue! diff --git a/projects/ng2-currency-mask/package.json b/projects/ng2-currency-mask/package.json index 58478c2..fc30237 100644 --- a/projects/ng2-currency-mask/package.json +++ b/projects/ng2-currency-mask/package.json @@ -1,6 +1,6 @@ { "name": "ng2-currency-mask", - "version": "13.0.1", + "version": "13.0.2", "peerDependencies": { "@angular/common": ">= 12.x.x", "@angular/core": ">= 12.x.x"