diff --git a/VERSION b/VERSION index 2774f858..142464bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/bower.json b/bower.json index b3cd28fd..75fd1dac 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "brick", "description": "UI Web Components for Mobile Web Apps", - "version": "0.10.0", + "version": "0.11.0", "keywords": [ "brick", "custom", diff --git a/build/demos.js b/build/demos.js index 44ecdfd7..449e2222 100644 --- a/build/demos.js +++ b/build/demos.js @@ -22,7 +22,7 @@ var generateDemoPages = avow(function(fulfill, reject, components){ } else{ // TODO: this should use bower list --json - var componentDemoPath = path.join("bower_components", componentName, + var componentDemoPath = path.join("dev-repos", componentName, "demo"); processComponentTemplate(componentDemoPath, componentName).then(function(){ processComponent(n+1); diff --git a/demos/x-tag-appbar/index.html b/demos/x-tag-appbar/index.html index 8499850f..1f71b3b8 100644 --- a/demos/x-tag-appbar/index.html +++ b/demos/x-tag-appbar/index.html @@ -25,7 +25,7 @@