Skip to content

Commit

Permalink
chore: bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebrynes7 committed Apr 10, 2024
1 parent 39b3ca3 commit 58b8613
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "todoist-sync-plugin",
"name": "Todoist Sync",
"version": "1.12.0",
"version": "1.13.0",
"minAppVersion": "1.0.0",
"description": "Materialize Todoist tasks within Obsidian notes.",
"author": "Jamie Brynes",
Expand Down
4 changes: 2 additions & 2 deletions plugin/package-lock.json

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

4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-todoist-plugin",
"version": "1.12.0",
"version": "1.13.0",
"description": "A Todoist plugin for Obsidian",
"scripts": {
"check": "svelte-check",
Expand Down Expand Up @@ -47,4 +47,4 @@
"vite-plugin-static-copy": "^1.0.1",
"vitest": "^1.2.2"
}
}
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.13.0": "1.0.0",
"1.12.0": "1.0.0",
"1.11.1": "1.0.0",
"1.11.0": "1.0.0",
Expand Down

0 comments on commit 58b8613

Please sign in to comment.