diff --git a/Dockerfile b/Dockerfile index 52956cfa86d6fd394827ddef546924899294f47b..586a4cf034a523af21bb94563568c3a77e5c890b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \ org.label-schema.url="http://owasp-juice.shop" \ org.label-schema.usage="http://help.owasp-juice.shop" \ org.label-schema.license="MIT" \ - org.label-schema.version="7.2.0" \ + org.label-schema.version="7.2.1" \ org.label-schema.docker.cmd="docker run --rm -p 3000:3000 bkimminich/juice-shop" \ org.label-schema.docker.params="NODE_ENV=string name of the custom configuration,CTF_KEY=string key to hash challenges into CTF flag codes" \ org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop.git" \ diff --git a/Gruntfile.js b/Gruntfile.js index 04c10816f2cc422b296a6135110921859aab96f4..6763122e01108e79cb4f21a6e64efc312cc12512 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -86,7 +86,7 @@ module.exports = function (grunt) { 'data/static/*.yml', 'encryptionkeys/**', 'ftp/**', - 'lib/*.js', + 'lib/**', 'models/*.js', 'routes/*.js', 'node_modules/**' diff --git a/app/package.json b/app/package.json index 37c1a451fd713b75cb210160f02de76e45c807d2..5daed19a126ff552db96f091ec63d314a2909fe5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop-angular", - "version": "7.2.0", + "version": "7.2.1", "private": true, "dependencies": { "angular": "~1.6.9", diff --git a/package.json b/package.json index d185e79f75a7d2dc5098c3edfd1a210f91f1c9cc..ab2b12978c69ddde4b39872271fcc1e93d534f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop", - "version": "7.2.0", + "version": "7.2.1", "description": "An intentionally insecure JavaScript Web Application", "homepage": "http://owasp-juice.shop", "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",