diff --git a/Dockerfile b/Dockerfile
index bda3740af040af7c542a2a5ef5ec4612c2ce5aa9..f3105fc2066860af1d2b8a459e3e68eeb0a22ef4 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 ed370cca0d6ec21a68a88316f377318adcdefc1e..f376f56973157e17f139b7291424660a9a357a8a 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 cd8d99d5b75a3710b7ca0533eb7ef6942da80cc5..ee3b8a89f8a0b51dd7f055fd2a4a5548a94cbca7 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)",