Browse Source

Fix versioning in package.json

Fix versioning in package.json to align to its move upstream.
pull/693/head
Philip H. 1 year ago
committed by GitHub
parent
commit
d4dc8f490a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package-lock.json
  2. 2
      package.json

2
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save