From cdb7f8e1fd8c001a97255dd3e0a1481bee1ce3aa Mon Sep 17 00:00:00 2001 From: Mehmet Can Farsak <32980057+mehmetcanfarsak@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:05:49 +0300 Subject: [PATCH] Typo fix in version field of package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5727da..9ac4b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "country-codes-flags-phone-codes", - "version": "1.0.4", + "version": "1.1.1", "description": "Easily access country codes, flags 🏳 and phone codes", "license": "MIT", "repository": "mehmetcanfarsak/country-codes-flags-phone-codes",