From 582964ba48e018f0c7ce3d2348e6b76259c97a02 Mon Sep 17 00:00:00 2001 From: Konstantin Lukas Date: Thu, 5 Oct 2023 21:00:22 +0200 Subject: [PATCH] publish new build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a394bd5..7dc99ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intl-currency-input", - "version": "2.0.2", + "version": "2.0.3", "description": "This library allows you to create input fields for currencies. Version 2 is completely overhauled, written in TypeScript and includes test cases.", "main": "index.js", "module": "index.mjs",