From 69b021d96c1f103887eae055f2638e34566e0257 Mon Sep 17 00:00:00 2001 From: ArianaKhit Date: Thu, 12 May 2022 16:51:18 +0300 Subject: [PATCH] add mobile support --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cad731c..0dcce9c 100755 --- a/manifest.json +++ b/manifest.json @@ -2,9 +2,9 @@ "id": "text-snippets-obsidian", "name": "Text Snippets", "description": "Allows you to replace text templates for faster typing, create your own, expand text shortcuts.", - "version": "0.1.1", + "version": "0.1.2", "author": "Ariana Khitrova", "authorUrl": "", - "isDesktopOnly": true, + "isDesktopOnly": false, "minAppVersion": "0.9.16" } \ No newline at end of file