Bump version

This commit is contained in:
Robbie Cahill
2023-10-28 10:29:56 +11:00
parent 0347fefe33
commit 443891453e
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.4')
.version('2.2.5')
.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.2.4",
"version": "2.2.5",
"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",