diff --git a/bin/tunnelmole.ts b/bin/tunnelmole.ts index 048a53d..953547f 100644 --- a/bin/tunnelmole.ts +++ b/bin/tunnelmole.ts @@ -45,7 +45,7 @@ tunnelmole.com URLs are accessible from any unrestricted internet connection in More detailed instructions, cookbooks and more are available at https://tunnelmole.com/docs ` ) - .version('2.2.11') + .version('2.2.12') .arguments('[arg0]') .option('--set-api-key ', 'Set your API key. After purchasing a subscription you can copy and paste the command shown on the page') .option('--unreserve-subdomain ', 'Unreserve a subdomain, for example if the number of subdomains you have reserved exceeds your limit') diff --git a/package.json b/package.json index d934668..600440c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tunnelmole", - "version": "2.2.11", + "version": "2.2.12", "description": "Tunnelmole, an open source ngrok alternative. Instant public URLs for any http/https based application. Available as a command line application or as an NPM dependency for your code. Stable and maintained. Good test coverage. Works behind firewalls", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",