diff --git a/bower.json b/bower.json index d67f147..c34dcfb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "kendo-ui-react", - "version": "0.14", + "version": "0.14.0", "description": "React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.14 and KendoUI 2015.2.902.", "homepage": "https://github.com/jakubkottnauer/kendo-ui-react", "main": "dist/kendo-ui-react.js", diff --git a/dist/react-kendo.js b/dist/kendo-ui-react.js similarity index 100% rename from dist/react-kendo.js rename to dist/kendo-ui-react.js diff --git a/package.json b/package.json index ed1cdd1..c219b3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kendo-ui-react", - "version": "0.14", + "version": "0.14.0", "description": "React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.14 and KendoUI 2015.2.902.", "main": "lib/index.js", "scripts": {