From c51ea40472ca9c70112edb2cd6a896c8a56fe70a Mon Sep 17 00:00:00 2001 From: c-degni Date: Sun, 29 Jun 2025 17:09:23 -0400 Subject: [PATCH] Version bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 0e55a7d..9b71e0b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-autocomplete", "name": "Text Autocomplete", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "1.8.10", "description": "Autocomplete text to type more efficiently.", "author": "Christ Degni", diff --git a/package.json b/package.json index cec45d8..af87e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "text-autocomplete", - "version": "1.0.1", + "version": "1.0.2", "description": "Autocomplete text to type more efficiently.", "main": "main.js", "scripts": {