diff --git a/WebExtension/package.json b/WebExtension/package.json index 9b833d682..a1f784b20 100644 --- a/WebExtension/package.json +++ b/WebExtension/package.json @@ -4,7 +4,7 @@ "description": "", "main": "", "scripts": { - "build": "mkdir -p dist && zip ./dist/rs-we.zip ./src/*", + "build": "rm -rf dist; mkdir -p dist && cd src && zip ../dist/rs-we.zip ./* ./**/*", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Julian Poyourow", diff --git a/WebExtension/src/manifest.json b/WebExtension/src/manifest.json index 645f77924..c1264b5ea 100644 --- a/WebExtension/src/manifest.json +++ b/WebExtension/src/manifest.json @@ -1,7 +1,7 @@ { "name": "RecipeSage Clip Tool", "short_name": "RecipeSage", - "version": "1.2.0", + "version": "1.2.1", "manifest_version": 2, "description": "An extension for clipping recipes to your RecipeSage account", "homepage_url": "https://recipesage.com",