From d2b92b4c9ae1c2a31a6cc2711d982e5c88232309 Mon Sep 17 00:00:00 2001 From: Alberto Date: Mon, 2 Oct 2017 14:55:11 +0200 Subject: [PATCH] Release 13.3.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0eb4b39..48f7105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "13.2.0", + "version": "13.3.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -58,9 +58,9 @@ "typescript": "2.3.x" }, "dependencies": { - "ag-grid": "13.2.x", - "ag-grid-enterprise": "13.2.x", - "ag-grid-react": "13.2.x", + "ag-grid": "13.3.x", + "ag-grid-enterprise": "13.3.x", + "ag-grid-react": "13.3.x", "bootstrap": "3.3.7", "d3": "4.9.1", "file-loader": "0.11.1",