diff --git a/Gruntfile.js b/Gruntfile.js index 6aa4148..5f1012a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -53,6 +53,7 @@ module.exports = function(grunt) { FILES.lib .concat(promise_lib) .concat(FILES.srcCore) + .concat(FILES.srcPlatform) .concat("src/backgroundframe-link.js") .concat('providers/*.js') } diff --git a/package.json b/package.json index 96d7c8e..39302f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "freedom-for-firefox", "description": "Embracing a distributed web", - "version": "0.3.1", + "version": "0.3.2", "homepage": "http://freedomjs.org", "bugs": { "url": "http://github.com/freedomjs/freedom-for-firefox/issues",