diff --git a/package.json b/package.json index 032161a..5de8faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vowelz", - "version": "1.0.0", + "version": "1.0.1", "description": "A JavaScript library for efficient manipulation of vowels within strings. Count, transform case, extract positions, and perform various operations on vowels with ease. Enhance your text processing and string transformations using Vowelz.", "main": "index.js", "homepage": "https://github.com/sricharankrishnan/vowelz",