From 1dfa6c7b7517be3e2a197f5ef6ca19f54e441d0b Mon Sep 17 00:00:00 2001 From: Damien Levin Date: Wed, 3 Sep 2014 16:39:50 -0400 Subject: [PATCH] 1.1.0 Release --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e045764..2255f33 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/build.sbt b/build.sbt index 443d0a8..4aa1fef 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "scala-zeromq" organization := "com.mdialog" -version := "1.0.0" +version := "1.1.0" scalaVersion := "2.11.0"