Skip to content

Commit

Permalink
Bump to v12.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Apr 12, 2021
1 parent 29e9566 commit 9b4f237
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 @@ -16,7 +16,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
org.opencontainers.image.vendor="Open Web Application Security Project" \
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="12.7.0" \
org.opencontainers.image.version="12.7.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": "12.7.0",
"version": "12.7.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": "12.7.0",
"version": "12.7.1",
"private": true,
"description": "Probably the most modern and sophisticated insecure web application",
"keywords": [
Expand Down

0 comments on commit 9b4f237

Please sign in to comment.