From cd604fe23a76bfb18e1a384f8586269d73c4c750 Mon Sep 17 00:00:00 2001 From: Chris Yang Date: Sat, 19 Oct 2024 17:02:11 -0700 Subject: [PATCH] chore: update to v2 alpha version --- manifest-beta.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 4af59ec..a407b30 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "ob2static-site", "name": "Static Site MD Exporter", - "version": "1.3.4", + "version": "2.0.0-alpha.1", "minAppVersion": "0.15.0", "description": "Export specific notes to general md for static site generator like Hugo, Hexo, Astro and more.", "author": "Yunfi", "authorUrl": "https://yfi.moe", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index db952af..eb6c42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ob2static-site", - "version": "1.3.3", + "version": "2.0.0-alpha.1", "description": "Export specific notes to general md for static site generation", "main": "main.js", "type": "module",