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