Compare commits

..

No commits in common. "master" and "v1.4.2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
'use strict';
var pkg = require('../package.json');

View File

@ -1,6 +1,6 @@
{
"name": "sclient",
"version": "1.4.3",
"version": "1.4.2",
"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://telebit.cloud/sclient/",