From 906bc5b3e36b8ff4f4162ea60b3a65bf0954abac Mon Sep 17 00:00:00 2001 From: Dmitriy Shulha Date: Sat, 13 Nov 2021 18:42:08 +0200 Subject: [PATCH] Update version to 0.0.6 --- 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 9e1caf1..b7b6038 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-plotly", "name": "Plotly", - "version": "0.0.5", + "version": "0.0.6", "minAppVersion": "0.9.12", "description": "Obsidian plugin, which allow user to embed Plotly charts into markdown notes.", "author": "Dmitriy Shulha", diff --git a/package.json b/package.json index 6996e93..02242a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-plotly", - "version": "0.0.5", + "version": "0.0.6", "description": "Obsidian plugin, which allow user to embed Plotly charts into markdown notes.", "main": "src/main.js", "scripts": { diff --git a/versions.json b/versions.json index db80c04..a6cadee 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.0.6": "0.9.12", "0.0.5": "0.9.12", "0.0.4": "0.9.12", "0.0.3": "0.9.12",