Skip to content

Commit

Permalink
Bump to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Jun 15, 2018
1 parent a984305 commit 3e233ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice-shop-angular",
"version": "7.3.0-SNAPSHOT",
"version": "7.3.0",
"private": true,
"dependencies": {
"angular": "~1.6.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down

0 comments on commit 3e233ff

Please sign in to comment.