Fix versioning in package.json

Fix versioning in package.json to align to its move upstream.
This commit is contained in:
Philip H. 2023-12-21 21:04:34 +00:00 committed by GitHub
parent 17cf8de2c4
commit d4dc8f490a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "wg-easy", "name": "wg-easy",
"version": "1.0.3", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.3", "version": "1.0.1",
"scripts": { "scripts": {
"build": "DOCKER_BUILDKIT=1 docker build --tag wg-easy .", "build": "DOCKER_BUILDKIT=1 docker build --tag wg-easy .",
"serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up", "serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",