Skip to content

Commit

Permalink
Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joncloud committed May 22, 2016
1 parent 393f62a commit c5670ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ThorNet.Sample/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"type": "platform",
"version": "1.0.0-rc2-3002702"
},
"ThorNet": "0.3.0"
"ThorNet": "0.4.0"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"version": "0.3.0"
"version": "0.4.0"
}
4 changes: 2 additions & 2 deletions src/ThorNet.UnitTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"authors": [ "joncloud" ],
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-build10015",
"ThorNet": "0.3.0",
"ThorNet": "0.4.0",
"xunit": "2.1.0"
},
"description": "Thor .NET Unit Tests",
Expand All @@ -24,5 +24,5 @@
"tooling": {
"defaultNamespace": "ThorNet.UnitTests"
},
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion src/ThorNet/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"tooling": {
"defaultNamespace": "ThorNet"
},
"version": "0.3.0"
"version": "0.4.0"
}

0 comments on commit c5670ce

Please sign in to comment.