diff --git a/manifest.json b/manifest.json index 3375639..c50f449 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-to-blog", "name": "Vault to blog", - "version": "0.0.6", + "version": "0.1.0", "minAppVersion": "1.5.8", "description": "Publish the vault to a GitHub Pages blog.", "author": "barkstone2", diff --git a/package-lock.json b/package-lock.json index dbdfb54..2a81dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vault-to-blog", - "version": "0.0.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vault-to-blog", - "version": "0.0.6", + "version": "0.1.0", "license": "MIT", "dependencies": { "adm-zip": "^0.5.15", diff --git a/package.json b/package.json index 778fae1..5a16e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vault-to-blog", - "version": "0.0.6", + "version": "0.1.0", "description": "An Obsidian plugin to publish an Obsidian vault or directory to a GitHub Pages blog.", "main": "main.js", "scripts": { diff --git a/react-app-internal/package-lock.json b/react-app-internal/package-lock.json index 07dd8fb..c10e426 100644 --- a/react-app-internal/package-lock.json +++ b/react-app-internal/package-lock.json @@ -1,12 +1,12 @@ { "name": "vault-to-blog-react-app", - "version": "0.0.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vault-to-blog-react-app", - "version": "0.0.6", + "version": "0.1.0", "license": "MIT", "dependencies": { "@emotion/styled": "^11.13.0", @@ -9029,4 +9029,4 @@ } } } -} +} \ No newline at end of file diff --git a/react-app-internal/package.json b/react-app-internal/package.json index 549ea31..a4b19b6 100644 --- a/react-app-internal/package.json +++ b/react-app-internal/package.json @@ -1,7 +1,7 @@ { "name": "vault-to-blog-react-app", "private": true, - "version": "0.0.6", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", @@ -59,4 +59,4 @@ "vite": "^5.3.6", "vitest": "^2.0.4" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 18aeceb..bac8f3e 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.0.3": "1.5.8", "0.0.4": "1.5.8", "0.0.5": "1.5.8", - "0.0.6": "1.5.8" + "0.0.6": "1.5.8", + "0.1.0": "1.5.8" } \ No newline at end of file