From eebb83ccbaf1d03201c9e43b5df9bacc501a1be2 Mon Sep 17 00:00:00 2001
From: Bjoern Kimminich <bjoern.kimminich@gmx.de>
Date: Thu, 6 Sep 2018 19:18:23 +0200
Subject: [PATCH] Finalize v7.5.0

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

diff --git a/Dockerfile b/Dockerfile
index bda3740af..f3105fc20 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.5.0-SNAPSHOT" \
+      org.label-schema.version="7.5.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/app/package.json b/app/package.json
index ed370cca0..f376f5697 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
 {
-  "name": "juice-shop-angular",
-  "version": "7.5.0-SNAPSHOT",
+  "name": "juice-shop-angularjs",
+  "version": "7.5.0",
   "private": true,
   "dependencies": {
     "angular": "~1.6.9",
diff --git a/package.json b/package.json
index cd8d99d5b..ee3b8a89f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop",
-  "version": "7.5.0-SNAPSHOT",
+  "version": "7.5.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