Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcndt committed Mar 4, 2023
1 parent e9d509c commit d2792fb
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 38 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-toggl-integration",
"name": "Toggl Track",
"version": "0.9.0",
"minAppVersion": "0.11.13",
"description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.",
"author": "Maxime Cannoodt (@mcndt)",
"authorUrl": "https://mcndt.github.io/",
"isDesktopOnly": true
}
"id": "obsidian-toggl-integration",
"name": "Toggl Track",
"version": "0.10.0",
"minAppVersion": "0.11.13",
"description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.",
"author": "Maxime Cannoodt (@mcndt)",
"authorUrl": "https://mcndt.github.io/",
"isDesktopOnly": true
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-toggl-integration",
"version": "0.9.0",
"version": "0.10.0",
"description": "Manage timers and generate time reports using Toggl Track without leaving Obsidian.",
"main": "main.js",
"files": [
Expand Down
53 changes: 27 additions & 26 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"0.1.0": "0.11.13",
"0.1.1": "0.11.13",
"0.1.2": "0.11.13",
"0.2.0": "0.11.13",
"0.2.1": "0.11.13",
"0.2.2": "0.11.13",
"0.2.3": "0.11.13",
"0.2.4": "0.11.13",
"0.2.5": "0.11.13",
"0.3.0": "0.11.13",
"0.4.0": "0.11.13",
"0.4.1": "0.11.13",
"0.5.0": "0.11.13",
"0.5.1": "0.11.13",
"0.6.0": "0.11.13",
"0.6.1": "0.11.13",
"0.7.0": "0.11.13",
"0.7.1": "0.11.13",
"0.7.2": "0.11.13",
"0.7.3": "0.11.13",
"0.8.0": "0.11.13",
"0.8.1": "0.11.13",
"0.8.2": "0.11.13",
"0.8.3": "0.11.13",
"0.9.0": "0.11.13"
}
"0.1.0": "0.11.13",
"0.1.1": "0.11.13",
"0.1.2": "0.11.13",
"0.2.0": "0.11.13",
"0.2.1": "0.11.13",
"0.2.2": "0.11.13",
"0.2.3": "0.11.13",
"0.2.4": "0.11.13",
"0.2.5": "0.11.13",
"0.3.0": "0.11.13",
"0.4.0": "0.11.13",
"0.4.1": "0.11.13",
"0.5.0": "0.11.13",
"0.5.1": "0.11.13",
"0.6.0": "0.11.13",
"0.6.1": "0.11.13",
"0.7.0": "0.11.13",
"0.7.1": "0.11.13",
"0.7.2": "0.11.13",
"0.7.3": "0.11.13",
"0.8.0": "0.11.13",
"0.8.1": "0.11.13",
"0.8.2": "0.11.13",
"0.8.3": "0.11.13",
"0.9.0": "0.11.13",
"0.10.0": "0.11.13"
}

0 comments on commit d2792fb

Please sign in to comment.