Skip to content

Commit

Permalink
- updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicolo committed May 22, 2019
1 parent 90ef993 commit 00d2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"command": "dotnet",
"type": "process",
"group": "build",
"args": ["publish", "${workspaceFolder}/Entia.sln", "/p:Version=1.0.5", "--configuration", "Release"],
"args": ["publish", "${workspaceFolder}/Entia.sln", "/p:Version=1.1.0", "--configuration", "Release"],
"problemMatcher": "$msCompile"
},
{
Expand Down

0 comments on commit 00d2fd9

Please sign in to comment.