Skip to content

Commit f3fe518

Browse files
committed
Bump version number to 1.1.0
1 parent 9c432cd commit f3fe518

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: build.proj

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ of patent rights can be found in the PATENTS file in the same directory.
1010
<Project ToolsVersion="4.0" DefaultTargets="Build;Test;Package" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
1212
<Major>1</Major>
13-
<Minor>0</Minor>
14-
<Build>2</Build>
13+
<Minor>1</Minor>
14+
<Build>0</Build>
1515
<Revision>0</Revision>
16-
<DevBuild>true</DevBuild>
1716
<DevNuGetServer>http://reactjs.net/packages/</DevNuGetServer>
1817
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\tools\MSBuildTasks</MSBuildCommunityTasksPath>
1918
<SolutionFile>src\React.sln</SolutionFile>

0 commit comments

Comments
 (0)