Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-cahill committed Apr 13, 2023
1 parent aa3041d commit 4ee8606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/tunnelmole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.1.6')
.version('2.1.7')
.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')
.description('tmole - Share your local server with a Public URL')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tunnelmole",
"version": "2.1.6",
"version": "2.1.7",
"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",
Expand Down

0 comments on commit 4ee8606

Please sign in to comment.