diff --git a/manifest.json b/manifest.json index 4d3868b..b8f133d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "change-case", "name": "Change Case", - "version": "2.0.119", + "version": "2.0.120", "minAppVersion": "0.15.0", "description": "Plugin to let you change the case (UPPER CASE, camelCase, snake_case, etc) of the current selection.", "author": "David Brockman", diff --git a/package.json b/package.json index d83d673..6ee1622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "change-case", - "version": "2.0.119", + "version": "2.0.120", "description": "Plugin to let you change the case (UPPER CASE, camelCase, snake_case, etc) of the current selection.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index 637c8d8..36a4da4 100644 --- a/versions.json +++ b/versions.json @@ -138,5 +138,6 @@ "2.0.116": "0.15.0", "2.0.117": "0.15.0", "2.0.118": "0.15.0", - "2.0.119": "0.15.0" + "2.0.119": "0.15.0", + "2.0.120": "0.15.0" }