diff --git a/manifest.json b/manifest.json index 1a586b2..da25edd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "text-autocomplete", "name": "Text Autocomplete", - "version": "1.2.1", + "version": "1.2.2", "minAppVersion": "1.8.10", "description": "Autocomplete text to type more efficiently.", "author": "Christ Degni", diff --git a/package-lock.json b/package-lock.json index 0cb26c2..e965e30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "text-autocomplete", - "version": "1.3.0", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "text-autocomplete", - "version": "1.3.0", + "version": "1.2.2", "license": "MIT", "devDependencies": { "@eslint/eslintrc": "^3.3.1", diff --git a/package.json b/package.json index 94c8f6c..80d9a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "text-autocomplete", - "version": "1.2.1", + "version": "1.2.2", "description": "Autocomplete text to type more efficiently.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5842672..a1163a1 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.2.2": "1.8.10" } \ No newline at end of file