release 5.3.0

This commit is contained in:
ceolter
2016-08-30 17:14:43 +01:00
parent bc2a8d959c
commit 5a8da199c2

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "5.2.0",
"version": "5.3.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.2.0",
"ag-grid-enterprise": "~5.2.0",
"ag-grid-react": "~5.2.0"
"ag-grid": "~5.3.0",
"ag-grid-enterprise": "~5.3.0",
"ag-grid-react": "~5.3.0"
}
}