Skip to content

Commit 3663320

Browse files
authored
Bump master to 1.1 and 0.13 (#3091)
1 parent 9caafb0 commit 3663320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/BranchInfo.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<IsStableProject Condition="'$(UseStableVersionForNativeAssets)' == 'true'">true</IsStableProject>
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
24-
<MajorVersion>0</MajorVersion>
25-
<MinorVersion>12</MinorVersion>
24+
<MajorVersion>1</MajorVersion>
25+
<MinorVersion>1</MinorVersion>
2626
<PatchVersion>0</PatchVersion>
2727
<PreReleaseLabel>preview</PreReleaseLabel>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3030
<MajorVersion>0</MajorVersion>
31-
<MinorVersion>12</MinorVersion>
31+
<MinorVersion>13</MinorVersion>
3232
<PatchVersion>0</PatchVersion>
3333
<PreReleaseLabel>preview</PreReleaseLabel>
3434
</PropertyGroup>

0 commit comments

Comments
 (0)