diff --git a/bower.json b/bower.json index 17541cae84..75f2b52856 100644 --- a/bower.json +++ b/bower.json @@ -15,8 +15,8 @@ "url": "https://github.com/dojo/dojox.git" }, "dependencies": { - "dojo": "1.14.3", - "dijit": "1.14.3" + "dojo": "1.14.4-pre", + "dijit": "1.14.4-pre" }, "devDependencies": { } diff --git a/package.json b/package.json index b787594f0e..43967ab15c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "dojox", - "version": "1.14.3", + "version": "1.14.4-pre", "directories": { "lib": "." }, "main": "main", "dependencies": { - "dojo": "1.14.3", - "dijit": "1.14.3" + "dojo": "1.14.4-pre", + "dijit": "1.14.4-pre" }, "description": "Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.", "license" : "BSD-3-Clause OR AFL-2.1",