diff --git a/manifest.json b/manifest.json index 841a5c6..f11d9a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "enhanced-symbols-prettifier", "name": "Enhanced Symbols Prettifier", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.9.12", "description": "Replace/substitute the symbols with actual symbols you commonly type. It also works for emojis shortcuts, abbreviations, greek letters, math symbols or other snippets/aliases you define", "author": "Noam Schmitt and Florian Woelki", diff --git a/package.json b/package.json index 2b6d40a..b90c70b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-symbols-prettifier", - "version": "1.1.0", + "version": "1.1.1", "description": "Replace/substitute the symbols with actual symbols you commonly type. It also works for emojis shortcuts, abbreviations, greek letters, math symbols or other snippets/aliases you define", "main": "main.js", "scripts": {