Skip to content

Commit f1fa312

Browse files
committed
*: bump versions to 2.1.0
1 parent 0042911 commit f1fa312

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "todoist-sync-plugin",
33
"name": "Todoist Sync",
4-
"version": "2.0.1",
5-
"minAppVersion": "1.0.0",
4+
"version": "2.1.0",
5+
"minAppVersion": "1.7.2",
66
"description": "Materialize Todoist tasks within Obsidian notes.",
77
"author": "Jamie Brynes",
88
"authorUrl": "https://github.com/jamiebrynes7/obsidian-todoist-plugin",

plugin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-todoist-plugin",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A Todoist plugin for Obsidian",
55
"scripts": {
66
"check": "tsc --noEmit",

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"2.1.0": "1.7.2",
23
"2.0.1": "1.7.2",
34
"2.0.0": "1.7.2",
45
"1.13.0": "1.0.0",

0 commit comments

Comments
 (0)