diff --git a/package.json b/package.json index 6ee4e22..7cc0aba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "13.0.1", + "version": "13.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -68,8 +68,8 @@ "react-redux": "5.0.x", "redux": "3.6.x", "url-search-params-polyfill": "1.2.0", - "ag-grid": "13.0.x", - "ag-grid-enterprise": "13.0.x", - "ag-grid-react": "13.0.x" + "ag-grid": "13.1.x", + "ag-grid-enterprise": "13.1.x", + "ag-grid-react": "13.1.x" } }