Skip to content

Commit

Permalink
Bump to v9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 22, 2019
1 parent 83d59a5 commit 152911e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
org.opencontainers.image.vendor="Open Web Application Security Project" \
org.opencontainers.image.documentation="http://help.owasp-juice.shop" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="9.3.1-SNAPSHOT" \
org.opencontainers.image.version="9.3.1" \
org.opencontainers.image.url="https://owasp-juice.shop" \
org.opencontainers.image.source="https://github.com/bkimminich/juice-shop" \
org.opencontainers.image.revision=$VCS_REF \
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "9.3.1-SNAPSHOT",
"version": "9.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "juice-shop",
"version": "9.3.1-SNAPSHOT",
"version": "9.3.1",
"description": "Probably the most modern and sophisticated insecure web application",
"homepage": "https://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 152911e

Please sign in to comment.