Skip to content

Commit

Permalink
bump: version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudz committed Jul 10, 2024
1 parent b73ce58 commit 481aa26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"id": "favorite-note",
"name": "Favorite Note",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.4",
"version": "1.0.5",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
}

0 comments on commit 481aa26

Please sign in to comment.