Skip to content

Commit

Permalink
Bump patch version (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
codybrouwers authored Dec 11, 2024
1 parent 39106e5 commit 5ca02e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vercel-deployment-task-source/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": {
"Major": 1,
"Minor": 6,
"Patch": 4
"Patch": 5
},
"instanceNameFormat": "Deploying $(vercelProject) to Vercel",
"inputs": [
Expand Down Expand Up @@ -113,4 +113,4 @@
"target": "dist/index.js"
}
}
}
}
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifestVersion": 1,
"id": "vercel-deployment-extension",
"name": "Vercel Deployment Extension",
"version": "1.6.4",
"version": "1.6.5",
"publisher": "Vercel",
"public": true,
"targets": [
Expand Down

0 comments on commit 5ca02e3

Please sign in to comment.