From 3f3f1ee24c4bc641b7f300ed57f247437bf9fa6f Mon Sep 17 00:00:00 2001 From: Matt Furden Date: Fri, 23 Apr 2021 10:45:27 -0700 Subject: [PATCH] Publish 1.2.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 25edeb2..27248c2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-auto-link-title", "name": "Auto Link Title", - "version": "1.1.1", + "version": "1.2.0", "minAppVersion": "0.9.12", "description": "This plugin automatically fetches the titles of links from the web", "author": "Matt Furden", diff --git a/package.json b/package.json index dbbbcf7..46e797b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-link-title", - "version": "1.1.1", + "version": "1.2.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 74301e0..d60de3a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.2.0": "0.9.12", "1.1.1": "0.9.12", "1.1.0": "0.9.12", "1.0.9": "0.9.12",