From 0df1c3eda438771bd2d092cfa9c59e7adbf259ca Mon Sep 17 00:00:00 2001 From: Marc Donald Date: Mon, 22 Apr 2024 00:26:34 +0100 Subject: [PATCH] 0.1.0 --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c711e2..7a168f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,4 @@ jobs: gh release create "$tag" \ --title="$tag" \ --draft \ - main.js manifest.json styles.css + main.js manifest.json diff --git a/manifest.json b/manifest.json index c58ddd2..6d9d11b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "day-one-importer", "name": "Day One Importer", - "version": "1.0.0", + "version": "0.1.0", "minAppVersion": "0.15.0", "description": "Allows you to import Day One JSON into Obsidian", "author": "Marc Donald", diff --git a/package-lock.json b/package-lock.json index 68bb74c..569366e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-one-importer", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-one-importer", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", diff --git a/package.json b/package.json index b830309..4311942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-one-importer", - "version": "0.0.0", + "version": "0.1.0", "description": "Allows you to import Day One JSON into Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..31c1aef 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "0.0.0": "0.15.0", + "0.1.0": "0.15.0" }