diff --git a/Dockerfile b/Dockerfile index 42408e4f0cc01aedcf8500d7598c18cdf23c9957..d779943467654533d72df1c4fce3775789a7529e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \ org.opencontainers.image.vendor="Open Web Application Security Project" \ org.opencontainers.image.documentation="http://help.owasp-juice.shop" \ org.opencontainers.image.licenses="MIT" \ - org.opencontainers.image.version="8.2.0-SNAPSHOT" \ + org.opencontainers.image.version="8.1.1" \ org.opencontainers.image.url="http://owasp-juice.shop" \ org.opencontainers.image.source="https://github.com/bkimminich/juice-shop" \ org.opencontainers.image.revision=$VCS_REF \ diff --git a/frontend/package.json b/frontend/package.json index c4578fde73f4c347c4ac60ff21235eda735c1e87..04628706c02da8c9e6f6eecad14d22aab576fcd4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "8.2.0-SNAPSHOT", + "version": "8.1.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/package.json b/package.json index 0ffc11c22907fcee16d18d8da0a2946d0b2a4237..e7ca7d08f7ace4e4644f17c7c838401118f7455f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop", - "version": "8.2.0-SNAPSHOT", + "version": "8.1.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)",