release 5.2.x

This commit is contained in:
ceolter
2016-08-18 09:38:28 +01:00
parent 3fb8e85645
commit bc2a8d959c

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "5.1.0",
"version": "5.2.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -34,8 +34,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "~5.1.0",
"ag-grid-enterprise": "~5.1.0",
"ag-grid-react": "~5.1.0"
"ag-grid": "~5.2.0",
"ag-grid-enterprise": "~5.2.0",
"ag-grid-react": "~5.2.0"
}
}