From f539f8e04dbde42ae448b41891a9332bdf903370 Mon Sep 17 00:00:00 2001 From: Jacob Levernier Date: Sun, 24 Apr 2022 14:08:50 -0400 Subject: [PATCH] Updated version number --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 35f76eb..019b2f2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-paste-to-current-indentation", "name": "Paste to Current Indentation", - "version": "2.3.0", - "minAppVersion": "0.14.2", + "version": "3.0.0", + "minAppVersion": "0.14.6", "description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.", "author": "Jacob Levernier", "authorUrl": "https://github.com/jglev/obsidian-paste-to-current-indentation", diff --git a/package.json b/package.json index af09cf1..76ef53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-paste-to-current-indentation", - "version": "2.3.0", + "version": "3.0.0", "description": "This plugin allows pasting and marking text as block-quotes at any level of indentation.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index df82272..5161a34 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,5 @@ "2.1.1": "0.13.9", "2.2.0": "0.14.2", "2.2.1": "0.14.2", - "2.3.0": "0.14.2" + "3.0.0": "0.14.6" }