From 6effcb316c4eed00708c195217def0abdf7fd706 Mon Sep 17 00:00:00 2001 From: c-degni Date: Tue, 17 Jun 2025 14:19:59 -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 1599a12..0e55a7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-autocomplete", "name": "Text Autocomplete", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.8.10", "description": "Autocomplete text to type more efficiently.", "author": "Christ Degni", diff --git a/package.json b/package.json index fcf2145..cec45d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "text-autocomplete", - "version": "1.0.0", + "version": "1.0.1", "description": "Autocomplete text to type more efficiently.", "main": "main.js", "scripts": {