Skip to content

Commit

Permalink
Bump version to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Jan 9, 2022
1 parent b376d66 commit 83b8282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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="13.0.4-SNAPSHOT" \
org.opencontainers.image.version="13.1.0" \
org.opencontainers.image.url="https://owasp-juice.shop" \
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
org.opencontainers.image.revision=$VCS_REF \
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Expand Up @@ -12,8 +12,8 @@ We provide security patches for the latest released minor version.

| Version | Supported |
|:--------|:-------------------|
| 13.0.x | :white_check_mark: |
| <13.0 | :x: |
| 13.1.x | :white_check_mark: |
| <13.1 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "13.0.4-SNAPSHOT",
"version": "13.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "juice-shop",
"version": "13.0.4-SNAPSHOT",
"version": "13.1.0",
"private": true,
"description": "Probably the most modern and sophisticated insecure web application",
"keywords": [
Expand Down

0 comments on commit 83b8282

Please sign in to comment.