diff --git a/package-lock.json b/package-lock.json index 44bdcaa..41ae10a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@barudakrosul/title-case", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@barudakrosul/title-case", - "version": "0.0.1", + "version": "0.0.2", "license": "CC0-1.0", "dependencies": { "@barudakrosul/split-words": "^0.0.1" diff --git a/package.json b/package.json index 9817989..641f3a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@barudakrosul/title-case", - "version": "0.0.1", + "version": "0.0.2", "description": "Converts a string to title case, where the first letter of each word is capitalized", "main": "index.js", "scripts": {