Skip to content

Commit

Permalink
Applying package update to 0.59.0-vnext.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Office VSTS Default Agent committed Jun 14, 2019
1 parent 4c0ed34 commit f22c92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vnext/Desktop.DLL/Version.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <winver.h>

#define VER_FILEVERSION 0,59,0,1
#define VER_FILEVERSION_STR "0.59.0-vnext.1"
#define VER_FILEVERSION 0,59,0,2
#define VER_FILEVERSION_STR "0.59.0-vnext.2"

#ifndef DEBUG
#define VER_DEBUG 0
Expand Down
4 changes: 2 additions & 2 deletions vnext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-windows",
"version": "0.59.0-vnext.1",
"version": "0.59.0-vnext.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -72,4 +72,4 @@
"react": "16.8.3",
"react-native": "^0.59.0 || 0.59.0-microsoft.1 || https://github.com/Microsoft/react-native/archive/v0.59.0-microsoft.1.tar.gz"
}
}
}

0 comments on commit f22c92f

Please sign in to comment.