Skip to content

Commit

Permalink
chore: bump to 0.3.6 due to invalid json specification
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces committed Sep 13, 2022
1 parent ca0b491 commit 8752f53
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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": "azure-devops-bicep-task",
"version": "0.3.5",
"version": "0.3.6",
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/decompile/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 3,
"Patch": 4
"Patch": 6
},
"instanceNameFormat": "Run Bicep CLI decompile command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/install/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 3,
"Patch": 4
"Patch": 6
},
"instanceNameFormat": "Install Bicep CLI",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/run/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 3,
"Patch": 4
"Patch": 6
},
"instanceNameFormat": "Run Bicep CLI build command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "bicep-tasks",
"version": "0.3.5",
"version": "0.3.6",
"name": "Bicep Tasks",
"publisher": "piraces",
"description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",
Expand Down

0 comments on commit 8752f53

Please sign in to comment.