diff --git a/vnext/Desktop.DLL/Version.rc b/vnext/Desktop.DLL/Version.rc index 727a2020694..d72abba478d 100644 --- a/vnext/Desktop.DLL/Version.rc +++ b/vnext/Desktop.DLL/Version.rc @@ -1,7 +1,7 @@ #include -#define VER_FILEVERSION 0,59,0,34 -#define VER_FILEVERSION_STR "0.59.0-vnext.34" +#define VER_FILEVERSION 0,59,0,35 +#define VER_FILEVERSION_STR "0.59.0-vnext.35" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/vnext/package.json b/vnext/package.json index d70822069a7..6db5a652937 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -1,6 +1,6 @@ { "name": "react-native-windows", - "version": "0.59.0-vnext.34", + "version": "0.59.0-vnext.35", "license": "MIT", "repository": { "type": "git",