From 6620d4cd9652cf4c1bf6a6eff21029fcf668c43f Mon Sep 17 00:00:00 2001 From: Alberto Date: Tue, 31 Oct 2017 17:03:55 +0000 Subject: [PATCH] Release 14.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac7c0a2..3db2075 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ag-grid-vue-example", "description": "ag-Grid Vue Examples", - "version": "13.3.0", + "version": "14.0.0", "author": "Sean Landsman ", "license": "MIT", "bugs": { @@ -22,9 +22,9 @@ "vue" ], "dependencies": { - "ag-grid": "13.3.x", - "ag-grid-enterprise": "13.3.x", - "ag-grid-vue": "13.3.x", + "ag-grid": "14.0.x", + "ag-grid-enterprise": "14.0.x", + "ag-grid-vue": "14.0.x", "vue": "^2.1.0", "vue-router": "^2.1.0", "babel-core": "^6.0.0",