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 7ec45c8 commit 6e6d889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.2.0-SNAPSHOT"
libraryDependencies += "com.mdialog" %% "scala-zeromq" % "0.0.0"

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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "scala-zeromq"

organization := "com.mdialog"

version := "0.0.0-SNAPSHOT"
version := "0.0.0"

scalaVersion := "2.9.1"

Expand Down

0 comments on commit 6e6d889

Please sign in to comment.