Skip to content

Commit

Permalink
Fix versioning in package.json
Browse files Browse the repository at this point in the history
Fix versioning in package.json to align to its move upstream.
  • Loading branch information
pheiduck authored Dec 21, 2023
1 parent 17cf8de commit d4dc8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d4dc8f4

Please sign in to comment.