Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Dec 16, 2023
1 parent e944a8a commit 3899ebe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "journals",
"name": "Journals",
"version": "0.1.0",
"minAppVersion": "1.0.0",
"description": "Manage your journals in Obsidian",
"author": "Sergii Kostyrko",
"authorUrl": "https://github.com/srg-kostyrko",
"isDesktopOnly": false
}
"id": "journals",
"name": "Journals",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Manage your journals in Obsidian",
"author": "Sergii Kostyrko",
"authorUrl": "https://github.com/srg-kostyrko",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-journal",
"version": "0.1.0",
"version": "1.0.0",
"description": "Journal plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "1.0.0"
}
"0.1.0": "1.0.0",
"1.0.0": "1.0.0"
}

0 comments on commit 3899ebe

Please sign in to comment.