chore(NPM): [0.49.0-rc.2] Bump version numbers

This commit is contained in:
Eric Rozell 2017-10-11 11:54:49 -04:00
Родитель 6f39a4aee9
Коммит 056cf0adf4
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -16,5 +16,5 @@ exports.version = {
major: 0,
minor: 49,
patch: 0,
prerelease: 'rc.1',
prerelease: 'rc.2',
};

Просмотреть файл

@ -19,7 +19,7 @@ namespace ReactNative.Modules.SystemInfo
{ "major", 0 },
{ "minor", 49 },
{ "patch", 0 },
{ "prerelease", "rc.1" },
{ "prerelease", "rc.2" },
};
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.49.0-rc.1",
"version": "0.49.0-rc.2",
"description": "React Native platform extensions for the Universal Windows Platform.",
"license": "MIT",
"repository": {