Skip to content

Commit 902b47e

Browse files
committed
Bump to v16.0.0
1 parent e72fe59 commit 902b47e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
3838
org.opencontainers.image.vendor="Open Web Application Security Project" \
3939
org.opencontainers.image.documentation="https://help.owasp-juice.shop" \
4040
org.opencontainers.image.licenses="MIT" \
41-
org.opencontainers.image.version="16.0.0-SNAPSHOT" \
41+
org.opencontainers.image.version="16.0.0" \
4242
org.opencontainers.image.url="https://owasp-juice.shop" \
4343
org.opencontainers.image.source="https://github.com/juice-shop/juice-shop" \
4444
org.opencontainers.image.revision=$VCS_REF \

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "16.0.0-SNAPSHOT",
3+
"version": "16.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice-shop",
3-
"version": "16.0.0-SNAPSHOT",
3+
"version": "16.0.0",
44
"private": true,
55
"description": "Probably the most modern and sophisticated insecure web application",
66
"keywords": [

0 commit comments

Comments
 (0)