Fix versioning in package.json

Fix versioning in package.json to align to its move upstream.
This commit is contained in:
Peter Lewis 2023-12-21 20:56:33 +00:00 committed by GitHub
parent a8616097a3
commit faf3372c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"release": "12",
"release": "9",
"name": "wg-easy",
"version": "1.0.3",
"version": "1.0.1",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"main": "server.js",
"scripts": {