Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTarantula committed Nov 12, 2018
1 parent 4314f9b commit 2eed5df
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
},
"name": "projectversiontools",
"private": true,
"version": "1.2.0"
"version": "1.2.1"
}
2 changes: 1 addition & 1 deletion projectfileprops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "projectfileprops",
"version": "1.2.0",
"version": "1.2.1",
"description": "package.json for task lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion projectfileprops/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 0
"Patch": 1
},
"demands": [],
"inputs": [{
Expand Down
2 changes: 1 addition & 1 deletion setprojectversion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setprojectversion",
"version": "1.2.0",
"version": "1.2.1",
"description": "package.json for task lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion setprojectversion/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 0
"Patch": 1
},
"demands": [],
"inputs": [{
Expand Down
5 changes: 5 additions & 0 deletions versionintovariables/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions versionintovariables/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "versionintovariables",
"version": "1.2.0",
"version": "1.2.1",
"description": "package.json for task lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"vsts-task-lib": "^2.7.0"
"vsts-task-lib": "^2.7.0",
"xmldom": "^0.1.27"
}
}
2 changes: 1 addition & 1 deletion versionintovariables/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 2,
"Patch": 0
"Patch": 1
},
"groups": [
{
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": "projectversiontools",
"version": "1.2.0",
"version": "1.2.1",
"name": "Project Version Tools",
"scopes": [],
"description": "Build tasks for reading and setting project versions.",
Expand Down

0 comments on commit 2eed5df

Please sign in to comment.