Skip to content

Commit

Permalink
Merge branch 'release/0.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 15, 2011
2 parents 1c43508 + d10b7ee commit 809df5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/amqp-tool
@@ -1,8 +1,8 @@
#!/usr/bin/env node
"use strict";

var VERSION = '0.0.1'
, Lazy = require('Lazy')
var VERSION = '0.0.3'
, Lazy = require('lazy')
, arg = require('optimist')
, argv = arg.usage('Usage: $0 [options] [-import | -export]')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name" : "amqp-tool",
"description" : "Rabbitmq-tool - import/export data from a RabbitMQ broker",
"keywords": ["amqp","rabbitmq", "tool", "export", "import"],
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/FGRibreau/node-amqp-tool",
"repository": {
"type": "git",
Expand Down

0 comments on commit 809df5f

Please sign in to comment.