Skip to content

Commit

Permalink
chore(NPM): [0.51.0-rc.3] Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rozele committed Feb 10, 2018
1 parent 13d0982 commit c0b1d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libraries/Core/ReactNativeVersion.windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ exports.version = {
major: 0,
minor: 51,
patch: 0,
prerelease: 'rc.2',
prerelease: 'rc.3',
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static JObject Version
{ "major", 0 },
{ "minor", 51 },
{ "patch", 0 },
{ "prerelease", "rc.2" },
{ "prerelease", "rc.3" },
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.51.0-rc.2",
"version": "0.51.0-rc.3",
"description": "React Native platform extensions for the Universal Windows Platform.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c0b1d8f

Please sign in to comment.