diff --git a/DiffPalReviewDevV1/task.json b/DiffPalReviewDevV1/task.json index 817ad8d..26196a3 100644 --- a/DiffPalReviewDevV1/task.json +++ b/DiffPalReviewDevV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 15 + "Patch": 16 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review Dev", diff --git a/DiffPalReviewV1/task.json b/DiffPalReviewV1/task.json index b3c9af0..2e23a8b 100644 --- a/DiffPalReviewV1/task.json +++ b/DiffPalReviewV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 15 + "Patch": 16 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review", diff --git a/package-lock.json b/package-lock.json index 0e9bf15..b807cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diffpal/azure-devops-extension", - "version": "0.1.39", + "version": "0.1.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diffpal/azure-devops-extension", - "version": "0.1.39", + "version": "0.1.40", "license": "MIT", "dependencies": { "azure-pipelines-task-lib": "5.2.10" diff --git a/package.json b/package.json index bf3f5a6..b1c1e67 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "publish:prod": "npm run build \u0026\u0026 tfx extension publish --manifest-globs vss-extension.json", "smoke": "npm run build \u0026\u0026 node scripts/smoke-test.js" }, - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file diff --git a/vss-extension.dev.json b/vss-extension.dev.json index 4282ade..8009590 100644 --- a/vss-extension.dev.json +++ b/vss-extension.dev.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file diff --git a/vss-extension.json b/vss-extension.json index 5c8b565..aad94f3 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file