Release of 6.2.0

This commit is contained in:
seanlandsman
2016-10-11 16:13:26 +01:00
parent 4829b2f6cd
commit 3b5ee65790

View File

@@ -1,6 +1,6 @@
{
"name": "ag-grid-react-example",
"version": "6.1.0",
"version": "6.2.0",
"description": "Example Reach applicaiton using ag-Grid.",
"main": "dist/ag-grid-react-example.js",
"scripts": {
@@ -36,8 +36,8 @@
"dependencies": {
"react": "0.14.6",
"react-dom": "0.14.6",
"ag-grid": "6.1.x",
"ag-grid-enterprise": "6.1.x",
"ag-grid-react": "6.1.x"
"ag-grid": "6.2.x",
"ag-grid-enterprise": "6.2.x",
"ag-grid-react": "6.2.x"
}
}