Skip to content

Commit

Permalink
Preparing relase 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lynchjames committed Sep 2, 2023
1 parent f91459c commit 891e622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "writing-goals",
"name": "Writing goals",
"minAppVersion": "1.1.6",
"version": "0.5.1",
"version": "0.5.2",
"description": "Set dynamic writing goals for notes and folders in Obsidian.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/lynchjames"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "writing-goals",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class WritingGoals extends Plugin {
return;
}
const requiresGoalUpdate = await this.settingsHelper.updateNoteGoalsInSettings(this, file as TFile)
await this.loadNoteGoalData(requiresGoalUpdate, file.path);
await this.loadNoteGoalData(true);
}));

this.registerEvent(
Expand Down

0 comments on commit 891e622

Please sign in to comment.