diff --git a/docs/versions/version_history.md b/docs/versions/version_history.md index 5bade700..74bf05d6 100644 --- a/docs/versions/version_history.md +++ b/docs/versions/version_history.md @@ -18,6 +18,9 @@ Following semver rules, the major version (the first number in the version strin ### Version History +#### Version 2.0.0 of reactxp - _30 November 2019_ +* All releases and notes going forward will be tracked on the [Github ReactXP Releases page](https://github.com/microsoft/reactxp/releases) + #### Version 2.0.0-rc.2 of reactxp-video - _9 October 2019_ * Updated react-native-video to 4.X diff --git a/package.json b/package.json index a4a6adff..2c4cdfc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactxp", - "version": "2.0.0-rc.2", + "version": "2.0.0", "description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution", "author": "ReactXP Team ", "license": "MIT",