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",