diff --git a/otrtalk.js b/otrtalk.js index 6f6dcfc..b0efc4a 100755 --- a/otrtalk.js +++ b/otrtalk.js @@ -26,7 +26,7 @@ function main(){ var got_command = false; init_stdin_stderr(); program - .version("0.1.2") + .version("0.1.3") .option("-p, --profile [profile]","specify profile to use","") .option("-f, --fingerprint [fingerprint]","public key fingerprint of buddy to connect with [connect mode]","") .option("-s, --secret [secret]","secret to use for SMP authentication [connect mode]","") diff --git a/package.json b/package.json index 3b13421..f98176e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "otrtalk", - "version": "0.1.2", + "version": "0.1.3", "main": "otrtalk.js", "bin" : { "otrtalk" : "./otrtalk.js" @@ -20,7 +20,7 @@ "dependencies":{ "async":"*", "commander":">=1.1.1", - "get-telehash":">=0.0.3", + "get-telehash":">=0.0.4", "otr4-em":">=0.0.10", "ansi":">=0.1.2", "keypress":">=0.1.0",