From 575edb5b85c4bf13f9a4bda2c8fd0b18ee40e899 Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 27 Apr 2017 15:18:12 +0200 Subject: [PATCH] Release 9.1.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5c9afff..798c137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ag-grid-react-example", - "version": "9.0.0", + "version": "9.1.0", "description": "Example Reach applicaiton using ag-Grid.", "main": "dist/ag-grid-react-example.js", "scripts": { @@ -41,9 +41,9 @@ "rimraf": "2.5.x", "react": "0.14.6", "react-dom": "0.14.6", - "ag-grid": "9.0.x", - "ag-grid-enterprise": "9.0.x", - "ag-grid-react": "9.0.x" + "ag-grid": "9.1.x", + "ag-grid-enterprise": "9.1.x", + "ag-grid-react": "9.1.x" } }