2
1
mirror of https://git.coolaj86.com/coolaj86/sclient.js synced 2025-02-22 07:48:05 +00:00

v1.2.1: update homepage url

This commit is contained in:
AJ ONeal 2018-09-03 19:00:15 -06:00
parent 1287ccc1ce
commit fa3de139a4

View File

@ -1,9 +1,9 @@
{
"name": "sclient",
"version": "1.2.0",
"version": "1.2.1",
"description": "Secure Client for exposing TLS (aka SSL) secured services as plain-text connections locally. Also ideal for multiplexing a single port with multiple protocols using SNI.",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/sclient.js",
"homepage": "https://telebit.cloud/sclient/",
"bin": {
"sclient": "bin/sclient.js"
},