Skip to content

Commit 17a0bbd

Browse files
committed
1.0.2
1 parent 79d88bd commit 17a0bbd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-agile-task-notes",
33
"name": "Agile Task Notes",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"minAppVersion": "0.12.0",
66
"description": "Import your tasks from your TFS (Azure or Jira) to take notes on them and make todo-lists!",
77
"author": "BoxThatBeat",

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-agile-task-notes",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Automated grabbing of tasks from TFS (AzureDevops or Jira)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.12.0",
3-
"1.0.1": "0.12.0"
3+
"1.0.1": "0.12.0",
4+
"1.0.2": "0.12.0"
45
}

0 commit comments

Comments
 (0)