From 00f43a3a10cfe9953bb362f27796dec5e5fdf177 Mon Sep 17 00:00:00 2001 From: noam-sc <13904910+noam-sc@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:45:04 +0200 Subject: [PATCH] chore: version bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f11d9a3..8455afb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "enhanced-symbols-prettifier", "name": "Enhanced Symbols Prettifier", - "version": "1.1.1", + "version": "1.1.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 b90c70b..bfa3c11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-symbols-prettifier", - "version": "1.1.1", + "version": "1.1.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": {