Skip to content

Commit

Permalink
version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Jul 2, 2023
1 parent d299aee commit 70deb15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "az-func-as-a-graph-az-do-build-task",
"version": "1.2.2",
"version": "1.3.0",
"description": "Azure DevOps build/release task to generate interactive code diagrams for your Azure Functions",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions cli/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "DurableFunctionsMonitor",
"version": {
"Major": 1,
"Minor": 2,
"Patch": 2
"Minor": 3,
"Patch": 0
},
"instanceNameFormat": "az-func-as-a-graph",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "az-func-as-a-graph-do-extension",
"name": "az-func-as-a-graph",
"version": "1.2.2",
"version": "1.3.0",
"publisher": "DurableFunctionsMonitor",
"public": true,
"targets": [
Expand Down

0 comments on commit 70deb15

Please sign in to comment.