From 2dd39fefd26f3141a4e02105b1172a5a3eb2611f Mon Sep 17 00:00:00 2001 From: Harsha Raghu Date: Wed, 24 Jan 2024 03:30:00 +0530 Subject: [PATCH] v3.6.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 fe63dedc..e10e8a8e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-to-anki-plugin", "name": "Obsidian_to_Anki", - "version": "3.5.0", + "version": "3.6.0", "minAppVersion": "0.9.20", "description": "This is an Anki integration plugin! Designed for efficient bulk exporting.", "author": "Pseudonium", diff --git a/package.json b/package.json index 6e15c554..80bc301f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-to-anki-plugin", - "version": "3.4.2", + "version": "3.6.0", "description": "This is an Anki integration plugin! Designed for efficient bulk exporting.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a78d5176..3dbde17e 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { + "3.6.0": "0.9.20", "3.5.0": "0.9.20", "3.4.2": "0.9.20", "3.4.1": "0.9.20",