1.12.0 manifest

This commit is contained in:
Simon Cambier
2023-02-11 17:28:12 +01:00
parent a5b3e336e1
commit c9c8ecc17c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"id": "omnisearch", "id": "omnisearch",
"name": "Omnisearch", "name": "Omnisearch",
"version": "1.11.1", "version": "1.12.0",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"description": "A search engine that just works", "description": "A search engine that just works",
"author": "Simon Cambier", "author": "Simon Cambier",

View File

@@ -95,5 +95,6 @@
"1.10.1": "1.0.0", "1.10.1": "1.0.0",
"1.11.0-beta.1": "1.0.0", "1.11.0-beta.1": "1.0.0",
"1.11.0": "1.0.0", "1.11.0": "1.0.0",
"1.11.1": "1.0.0" "1.11.1": "1.0.0",
"1.12.0": "1.0.0"
} }