Skip to content

Commit

Permalink
2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Nov 30, 2015
1 parent eafa6fc commit 8bd5f18
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ of patent rights can be found in the PATENTS file in the same directory.
<PropertyGroup>
<Major>2</Major>
<Minor>1</Minor>
<Build>1</Build>
<Build>2</Build>
<Revision>0</Revision>
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
Expand Down
2 changes: 1 addition & 1 deletion src/React.AspNet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",
"configurations": {
"Debug": {
"compilationOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/React.Sample.Mvc6/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"webroot": "wwwroot",
"version": "2.1.1-*",
"version": "2.1.2-*",
"dependencies": {
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/React.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",
"frameworks": {
"net40": {
"wrappedProject": "../../React.Core/React.Core.csproj",
Expand Down
2 changes: 1 addition & 1 deletion src/wrap/VroomJs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.1-*",
"version": "2.1.2-*",
"frameworks": {
"net40": {
"bin": {
Expand Down

0 comments on commit 8bd5f18

Please sign in to comment.