diff --git a/manifest.json b/manifest.json index a820ffe..4d3868b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "change-case", "name": "Change Case", - "version": "2.0.118", + "version": "2.0.119", "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 a3e3571..d83d673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "change-case", - "version": "2.0.118", + "version": "2.0.119", "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 e496b91..637c8d8 100644 --- a/versions.json +++ b/versions.json @@ -137,5 +137,6 @@ "2.0.115": "0.15.0", "2.0.116": "0.15.0", "2.0.117": "0.15.0", - "2.0.118": "0.15.0" + "2.0.118": "0.15.0", + "2.0.119": "0.15.0" }