From 1af6f28e198f5b70803c4f0155bc77b55666c158 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Mon, 19 Feb 2024 21:34:41 +0800 Subject: [PATCH] v1.3.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 007a4e3..aed9b52 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.", "author": "Yunfi", diff --git a/package.json b/package.json index bad8c0d..4dae21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "1.3.0", + "version": "1.3.1", "description": "Export specific notes to general md for static site generation", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d6f43b4..0b2eaa4 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.1.2": "0.15.0", "1.2.0": "0.15.0", "1.2.1": "0.15.0", - "1.3.0": "0.15.0" + "1.3.0": "0.15.0", + "1.3.1": "0.15.0" } \ No newline at end of file