Skip to content

Commit

Permalink
v0.1.3 - updates to telehash and enet
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Mar 24, 2013
1 parent a47d454 commit 7e84260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otrtalk.js
Expand Up @@ -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]","")
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "otrtalk",
"version": "0.1.2",
"version": "0.1.3",
"main": "otrtalk.js",
"bin" : {
"otrtalk" : "./otrtalk.js"
Expand All @@ -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",
Expand Down

0 comments on commit 7e84260

Please sign in to comment.