From a96d02ce8c8e298bce51d6077ba84ee47e1c4f64 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@gmx.de>
Date: Fri, 30 Nov 2018 06:17:14 +0100
Subject: [PATCH] Bump version to 8.1.1

---
 Dockerfile            | 2 +-
 frontend/package.json | 2 +-
 package.json          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 42408e4f0..d77994346 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 c4578fde7..04628706c 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 0ffc11c22..e7ca7d08f 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)",
-- 
GitLab