diff --git a/bower.json b/bower.json index b8c83830..512d4f81 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,10 @@ { "name": "ecma402", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "requirejs": "2.1.x", "requirejs-text": "2.0.x", - "requirejs-dplugins": "0.3.x" + "requirejs-dplugins": "0.4.x" }, "ignore": [ ".jshintrc", @@ -13,4 +13,4 @@ "tests", "CONTRIBUTING.md" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 5543443b..8f933166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecma402", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "requirejs": ">=2.1.14" },