Bump version

This commit is contained in:
Robbie Cahill
2025-01-27 19:03:02 +11:00
parent 626a4181c6
commit 5bdef9c592
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.13')
.version('2.3.3')
.arguments('[arg0]')
.option('--set-api-key <apiKey>', 'Set your API key. After purchasing a subscription you can copy and paste the command shown on the page')
.option('--unreserve-subdomain <subdomain>', 'Unreserve a subdomain, for example if the number of subdomains you have reserved exceeds your limit')
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tunnelmole",
"version": "2.3.2",
"version": "2.3.3",
"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",