diff --git a/manifest-beta.json b/manifest-beta.json index 905aebd..cae4e48 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 87c4ed4..e66687f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.1.1", + "version": "1.2.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/src/query.ts b/src/query.ts index ae3acf3..1726cbb 100644 --- a/src/query.ts +++ b/src/query.ts @@ -1,4 +1,4 @@ -import { escapeRegex, stringsToRegex, stripSurroundingQuotes } from './utils' +import { stripSurroundingQuotes } from './utils' type QueryToken = { /** diff --git a/versions.json b/versions.json index bcaeb41..6c2f0b7 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "1.0.0": "0.14.2", "1.0.1": "0.14.2", "1.1.0": "0.14.2", - "1.1.1": "0.14.2" + "1.1.1": "0.14.2", + "1.2.0": "0.14.2" } \ No newline at end of file