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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/package.json
|
@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"release": "12", |
|
|
"release": "9", |
|
|
"name": "wg-easy", |
|
|
"name": "wg-easy", |
|
|
"version": "1.0.3", |
|
|
"version": "1.0.1", |
|
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", |
|
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", |
|
|
"main": "server.js", |
|
|
"main": "server.js", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|