From 4047d999d81ee5772bfac367a418b1807becc5e2 Mon Sep 17 00:00:00 2001 From: Neri Bez Fontana Date: Tue, 5 Jun 2018 00:48:43 -0300 Subject: [PATCH] chore: updating version for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d2e02c..e62aa05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-currency", - "version": "1.1.1", + "version": "1.1.2", "description": "A very simple currency mask directive that allows using a number attribute with the ngModel.", "main": "./bundles/ngx-currency.umd.js", "module": "./index.js",