diff --git a/Dockerfile b/Dockerfile index 8225d4539919208c3ececea9eb787a26ce2d021b..a4b416c716db41340139908ae607fef16fb90a8a 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.3.0-SNAPSHOT" \ + org.label-schema.version="7.3.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 a6f308d144cab2220248e8a9a6e762bb175afd2f..33a0404d17564d0b584e629100e83785cd38603a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop-angular", - "version": "7.3.0-SNAPSHOT", + "version": "7.3.0", "private": true, "dependencies": { "angular": "~1.6.9", diff --git a/package.json b/package.json index 67b10513315280710c73fed280572a85e26fcb0c..771d69953da53046e53429a079f01cd1bbd00b71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice-shop", - "version": "7.3.0-SNAPSHOT", + "version": "7.3.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)",