Merge branch 'master' into develop

# Conflicts:
#	package.json
#	src/main.ts
This commit is contained in:
Simon Cambier
2024-06-29 20:31:23 +02:00
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "omnisearch",
"name": "Omnisearch",
"version": "1.23.0",
"version": "1.24.0-beta.1",
"minAppVersion": "1.3.0",
"description": "A search engine that just works",
"author": "Simon Cambier",

View File

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

View File

@@ -141,5 +141,7 @@
"1.23.0-beta.3": "1.3.0",
"1.23.0-beta.4": "1.3.0",
"1.23.0-beta.5": "1.3.0",
"1.23.0": "1.3.0"
"1.23.0": "1.3.0",
"1.24.0-beta.1": "1.3.0",
"1.23.1": "1.3.0"
}