diff --git a/gruntfile.js b/gruntfile.js index 6961a3d..1dc3bb3 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -94,6 +94,7 @@ module.exports = function(grunt) { {expand: true, src: ['_locales/**'], dest: 'build/'}, {expand: true, src: ['icons/**'], dest: 'build/'}, {expand: true, src: ['background/**'], dest: 'build/'}, + {expand: true, src: ['contentscripts/**'], dest: 'build/'}, {expand: true, src: ['popup/**'], dest: 'build/'}, {expand: true, src: ['static/**'], dest: 'build/'}, {expand: true, src: ['LICENCE'], dest: 'build/'}, diff --git a/manifest.json b/manifest.json index c4bbf20..f2c4380 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopSL/q/2d97dHxCQ1w26B4EONSEo4CZZYFqu3MlJKA5ifSXkyoNSlkG6afDuNoXmiTWFCAawRgGwuO3yi0QvfeMJpz+M9nXnt8PQsVP10Mb7o3SHIihxIXRMFAJvggvHW4NCuDznJixpo2ixEeCL8LGkS0ZL93MgYtEOuaGPdcBTiAUya3Nr3mdkn+nTHldQvthassiDYZystDTuKwkf0vTZkDCyWC8bfI7xZTxQ6IFcS2WQgUm0ix5hgv+qyOQzOwh26R6BQmZTFj7YiSqhgZsZRebhMcn+hxd8kSegS1ZAcKv/oS63Ej5/IAB5NijrPXR3zivQZ6oIJjr+xMOU9wIDAQAB", "name": "Shazify", - "version": "0.4.0", + "version": "0.4.1", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "http://www.leeroy.me", diff --git a/package.json b/package.json index 90d46c2..73c24dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-shazify", - "version": "0.4.0", + "version": "0.4.1", "author": "Leeroy Brun ", "private": true, "description": "Easily sync your Shazam tracks with a Spotify playlist",