Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdinn committed May 8, 2013
1 parent 542a9b6 commit 6e5d775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ neither is included automatically.

In your build.sbt

resolvers += "mDialog snapshots" at "http://mdialog.github.io/snapshots/"
resolvers += "mDialog releases" at "http://mdialog.github.io/releases/"

libraryDependencies += "com.mdialog" %% "scala-zeromq" % "0.1.0-SNAPSHOT"
libraryDependencies += "com.mdialog" %% "scala-zeromq" % "0.1.0"

To get started with a quick example, create a few sockets:

Expand Down Expand Up @@ -115,7 +115,7 @@ Close the socket by sending a PoisonPill to the socket actor.

## Documentation

Read the API documentation here: [http://mdialog.github.io/api/scala-zeromq-0.2.0/](http://mdialog.github.io/api/scala-zeromq-0.2.0/)
Read the API documentation here: [http://mdialog.github.io/api/scala-zeromq-0.1.0/](http://mdialog.github.io/api/scala-zeromq-0.1.0/)

## License

Expand Down

0 comments on commit 6e5d775

Please sign in to comment.