diff --git a/README.md b/README.md index 9b9fef4..52cce70 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set o - Convert clipboard text to snake_case - Convert clipboard text to Start Case - Convert clipboard text to UPPER CASE +- Convert clipboard text to rAnDoM CasE - Trim the clipboard text - Trim the end of clipboard text - Trim the start of clipboard text diff --git a/package.json b/package.json index 38d28e9..959860a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-string-utils", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "NaN72dev", "type": "module",