Browse Source

Fix versioning in package.json

Fix versioning in package.json to align to its move upstream.
pull/693/head
Peter Lewis 1 year ago
committed by GitHub
parent
commit
faf3372c22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/package.json

4
src/package.json

@ -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": {

Loading…
Cancel
Save