bump build version

This commit is contained in:
Starystars67 2024-01-17 19:42:09 +00:00
parent 19abd94069
commit 5dfb7b79d7

View File

@ -1,10 +1,10 @@
{
"name": "beammp-website",
"version": "1.0.1",
"version": "1.1.0",
"description": "BeamMP Website",
"main": "index.js",
"scripts": {
"docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.0.1 .",
"docker-build": "docker build -t 192.168.100.6:5000/beammp/website:latest -t 192.168.100.6:5000/beammp/website:1.1.0 .",
"docker-push": "docker push 192.168.100.6:5000/beammp/website:latest"
},
"repository": {