Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces committed Apr 9, 2023
1 parent 87c8721 commit 1def5dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4.9",
"version": "0.5.0",
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/run/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"category": "Azure Pipelines",
"version": {
"Major": 0,
"Minor": 4,
"Patch": 9
"Minor": 5,
"Patch": 0
},
"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.4.9",
"version": "0.5.0",
"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 1def5dc

Please sign in to comment.