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

Commit

Permalink
1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Levin committed Sep 3, 2014
1 parent 2832270 commit 1dfa6c7
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 @@ -25,7 +25,7 @@ In your build.sbt

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

libraryDependencies += "com.mdialog" %% "scala-zeromq" % "1.0.0"
libraryDependencies += "com.mdialog" %% "scala-zeromq" % "1.1.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 := "1.0.0"
version := "1.1.0"

scalaVersion := "2.11.0"

Expand Down

0 comments on commit 1dfa6c7

Please sign in to comment.