diff --git a/Dockerfile b/Dockerfile
index 1a37d87bf576229a3b89791cdc045c1e6f4705dc..05ac00873b955968a407a329702de7fd05ee3aee 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.0.1" \
+      org.label-schema.version="7.0.2" \
       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/app/package.json b/app/package.json
index 73404b348b2729503532c67f1c6f8e9dac8f7603..5aa6399abb48e63a125319a178b5bca8bd681d2e 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop-angular",
-  "version": "7.0.1",
+  "version": "7.0.2",
   "private": true,
   "dependencies": {
     "angular": "~1.5",
diff --git a/package.json b/package.json
index 10e80c380e6ab188bb35eef931deda12a4d4fc3e..cc7eba32871ba14972d710737f49217a50a1e7d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop",
-  "version": "7.0.1",
+  "version": "7.0.2",
   "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)",