Skip to content

Commit

Permalink
bump: version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudz committed Dec 27, 2023
1 parent d258b8d commit 1e8c423
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "favorite-note",
"name": "Favorite Note",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Mark your note as favorite.",
"author": "mahmudz",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
@@ -1,5 +1,6 @@
{
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
}

0 comments on commit 1e8c423

Please sign in to comment.