Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 8, 2014
1 parent 41558c6 commit 08c0749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stopping the component will close it.
Add the following dependency to your project.clj file:

```clojure
[listora/rabbitmq-component "0.1.0-SNAPSHOT"]
[listora/rabbitmq-component "0.1.0"]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject listora/rabbitmq-component "0.1.0-SNAPSHOT"
(defproject listora/rabbitmq-component "0.1.0"
:description "A component for managing a connection to RabbitMQ"
:url "https://github.com/listora/rabbitmq-component"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 08c0749

Please sign in to comment.