From b7893bd5cfd63c48a310f70239117d4324d2e92c Mon Sep 17 00:00:00 2001 From: Matt Furden Date: Sat, 24 Apr 2021 11:15:23 -0700 Subject: [PATCH] Publish 1.2.2 --- 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 3c6b25f..b90057d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-auto-link-title", "name": "Auto Link Title", - "version": "1.2.1", + "version": "1.2.2", "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 2e38c51..dfe47c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-auto-link-title", - "version": "1.2.1", + "version": "1.2.2", "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 e731ade..adf97d2 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.2.2": "0.9.12", "1.2.1": "0.9.12", "1.2.0": "0.9.12", "1.1.1": "0.9.12",