Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frdmn committed Oct 16, 2015
1 parent 73ca680 commit 3d8c048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tlstools",
"version": "1.1.0",
"version": "1.1.1",
"description": "CLI tool to analyze, troubleshoot or inspect SSL certificates, requests or keys",
"main": "tls.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tls.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var cmdr = require('commander');

// Initiate the commander.js argument setup
cmdr
.version('1.1.0')
.version('1.1.1')
.command('chain', 'attempt to fix incomplete certificate chain')
.command('crt <hostname> [port]', 'display TLS information for given hostname')
.command('csr', 'decode certificate request information')
Expand Down

0 comments on commit 3d8c048

Please sign in to comment.