Skip to content

Commit

Permalink
prepare to release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lujiajing1126 committed Dec 27, 2018
1 parent 4f705a5 commit 89d2b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const program = require('commander');
const url = require('url');
const RedisClient = require('./lib/redis').RedisClient;

program.version('1.1.1')
program.version('1.1.2')
.usage("rdcli [OPTIONS] [cmd [arg [arg ...]]]")
.option("-h, --host <hostname>", 'Server hostname (default: 127.0.0.1).')
.option("-p, --port <port>", "Server port (default: 6379).", parseInt)
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": "redis-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Redis Cli Tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 89d2b39

Please sign in to comment.