From c86c259194f4448ed7753bad5202554674d4f525 Mon Sep 17 00:00:00 2001 From: Matt Furden Date: Thu, 22 Apr 2021 12:48:24 -0700 Subject: [PATCH] Publish 1.1.0 - Enable Mobile --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 372b134..3fef190 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-auto-link-title", "name": "Auto Link Title", - "version": "1.0.9", + "version": "1.1.0", "minAppVersion": "0.9.12", "description": "This plugin automatically fetches the titles of links from the web", "author": "Matt Furden", "authorUrl": "https://github.com/zolrath", - "isDesktopOnly": true + "isDesktopOnly": false } diff --git a/package.json b/package.json index 5433ca9..b7a1176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-link-title", - "version": "1.0.9", + "version": "1.1.0", "description": "Automatically fetches the titles of links from the web and formats link when pasted", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 11ed9e3..8ca6238 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.1.0": "0.9.12", "1.0.9": "0.9.12", "1.0.8": "0.9.12", "1.0.7": "0.9.12",