From a22035d3de464a31236ae8ff17e49d0b161f36c4 Mon Sep 17 00:00:00 2001 From: Dmitrii Kostianoi Date: Sat, 3 Feb 2018 18:32:52 +0100 Subject: [PATCH] v2.1.0 --- README.md | 2 +- project/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e709c9..9540f92 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ a high-level feature list: Op-Rabbit is available on Maven Central ```scala -val opRabbitVersion = "2.1.0-RC2" +val opRabbitVersion = "2.1.0" libraryDependencies ++= Seq( "com.spingo" %% "op-rabbit-core" % opRabbitVersion, diff --git a/project/version.properties b/project/version.properties index 825849f..16cc23c 100644 --- a/project/version.properties +++ b/project/version.properties @@ -1 +1 @@ -version=2.1.0-RC2 \ No newline at end of file +version=2.1.0 \ No newline at end of file