Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
make sure shared tools stuff is served
  • Loading branch information
dfreedm committed Jun 19, 2014
1 parent 6d7076f commit fc8caf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ module.exports = function(karma) {
{pattern: 'polymer-dev/test/**/*.css', included: false},
{pattern: 'polymer-dev/test/**/*.html', included: false},
{pattern: 'polymer-dev/test/**/*.js', included: false},
{pattern: 'tools/**/*.js', included: false}
{pattern: 'tools/**/*.js', included: false},
{pattern: 'tools/test/*', included: false}
]
}));
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Polymer",
"version": "0.3.2",
"version": "0.3.3",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4",
Expand Down

0 comments on commit fc8caf1

Please sign in to comment.