From 8dfd0acfac3ac4d462b91b5aded1f9d8fba6663f Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Sun, 20 Oct 2024 01:32:31 -0700 Subject: [PATCH] v2.0.0-alpha.6 --- manifest-beta.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index e88b7dc..4254b4d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "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 e5cb5d9..2e0bdce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "description": "Export specific notes to general md for static site generation", "main": "main.js", "type": "module",