Skip to content

Commit

Permalink
Update to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Dauernheim committed Sep 20, 2011
1 parent c4f42f7 commit f62c7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ This is a fork of the [official RabbitMQ/AMQP Erlang client](https://github.com/
It's meant to be included in your rebar projects in your rebar.config file:

{deps, [
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq_2.6.0"}}}
{amqp_client, ".*", {git, "git://github.com/jbrisbin/amqp_client.git", {tag, "rabbitmq_2.6.1"}}}
]}.

This is simply a re-packaging of the AMQP client, which is licensed under the MPL:
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
@@ -1,3 +1,3 @@
{deps, [
{rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", {tag, "rabbitmq_2.6.0"}}}
]}.
{rabbit_common, ".*", {git, "git://github.com/jbrisbin/rabbit_common.git", {tag, "rabbitmq_2.6.1"}}}
]}.
3 changes: 2 additions & 1 deletion src/amqp_client.app.src
@@ -1,7 +1,8 @@
{application, amqp_client,
[{description, "RabbitMQ Erlang Client Library"},
{vsn, "2.6.0"},
{vsn, "2.6.1"},
{modules, []},
{registered, []},
{env, []},
{mod, {amqp_client, []}},
{applications, [kernel, stdlib]}]}.

0 comments on commit f62c7df

Please sign in to comment.