Skip to content

Commit

Permalink
Increment minor version for new feature in tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Heath Stewart <heaths@microsoft.com>
  • Loading branch information
heaths committed Jan 14, 2019
1 parent 7ba5cb6 commit 466655c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Tasks/MSBuildV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 120,
"Patch": 3
"Minor": 121,
"Patch": 0
},
"demands": [
"msbuild"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/MSBuildV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 120,
"Patch": 3
"Minor": 121,
"Patch": 0
},
"demands": [
"msbuild"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VSBuildV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 126,
"Patch": 3
"Minor": 127,
"Patch": 0
},
"demands": [
"msbuild",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VSBuildV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 126,
"Patch": 3
"Minor": 127,
"Patch": 0
},
"demands": [
"msbuild",
Expand Down

0 comments on commit 466655c

Please sign in to comment.