From cbbc04d3e07696a33c8bef047f6736e0831edf5d Mon Sep 17 00:00:00 2001 From: Jacob Levernier Date: Sat, 16 Apr 2022 11:00:26 -0400 Subject: [PATCH] Updated version numbers. --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 4a0e7f0..7d44fd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-carry-forward", "name": "Carry-Forward", - "version": "1.4.1", - "minAppVersion": "0.13.19", + "version": "1.4.2", + "minAppVersion": "0.14.5", "description": "An Obsidian Notes plugin for generating and copying block IDs and for copying lines with links to the copied line.", "author": "Jacob Levernier", "authorUrl": "https://github.com/jglev/obsidian-carry-forward", diff --git a/package.json b/package.json index 0ab93b3..aa4053a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-carry-forward", - "version": "1.4.1", + "version": "1.4.2", "description": "An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fb8dc4c..807cf31 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.2.0": "0.13.14", "1.3.0": "0.13.19", "1.4.0": "0.13.19", - "1.4.1": "0.13.19" + "1.4.1": "0.13.19", + "1.4.2": "0.14.5" }