From aa24a1f78f52f1dbcf654aaf7c006a62ac0b2f93 Mon Sep 17 00:00:00 2001 From: viclafouch Date: Thu, 1 Sep 2022 13:47:45 +0200 Subject: [PATCH] 2.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f69be2..2156712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mui-tel-input", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mui-tel-input", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@emotion/react": "^11.5.0", diff --git a/package.json b/package.json index 70d69d9..49bccf6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/viclafouch/mui-tel-input/issues" }, "homepage": "https://viclafouch.github.io/mui-tel-input", - "version": "2.0.0", + "version": "2.0.1", "files": [ "dist" ],