From 4b0b2c97730ebd5fae652dd42c2d3996a0e8adf2 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@kuehne-nagel.com>
Date: Tue, 27 Nov 2018 15:20:45 +0100
Subject: [PATCH] Bump to v8.1.0

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

diff --git a/Dockerfile b/Dockerfile
index 45ec05ba0..05bdc7c52 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,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="8.1.0-SNAPSHOT" \
+      org.label-schema.version="8.1.0" \
       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/frontend/package.json b/frontend/package.json
index bcca48a22..91717f283 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "frontend",
-  "version": "8.1.0-SNAPSHOT",
+  "version": "8.1.0",
   "scripts": {
     "ng": "ng",
     "start": "ng serve",
diff --git a/package.json b/package.json
index 59a45ea6c..f5c1e5332 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop",
-  "version": "8.1.0-SNAPSHOT",
+  "version": "8.1.0",
   "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