diff --git a/manifest.json b/manifest.json index 518f386..31bcec0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "enhanced-symbols-prettifier", "name": "Enhanced Symbols Prettifier", - "version": "1.0.0", + "version": "1.0.2", "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 744cf7a..c80561c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-symbols-prettifier", - "version": "1.0.1", + "version": "1.0.2", "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": {