Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcDonald committed Apr 21, 2024
1 parent f6c84a9 commit 0df1c3e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
gh release create "$tag" \
--title="$tag" \
--draft \
main.js manifest.json styles.css
main.js manifest.json
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"0.0.0": "0.15.0",
"0.1.0": "0.15.0"
}

0 comments on commit 0df1c3e

Please sign in to comment.