From 40c16405dca0a613e3cb9123ab689e4d35af6c9a Mon Sep 17 00:00:00 2001 From: Peter Banda Date: Thu, 18 Jul 2019 20:57:00 +0200 Subject: [PATCH] Version bump --- README.md | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad4463c..7e40430 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ada Web [![version](https://img.shields.io/badge/version-0.7.3-green.svg)](https://ada-discovery.org) [![License: CC BY-NC 3.0](https://img.shields.io/badge/License-CC%20BY--NC%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/3.0/) +# Ada Web [![version](https://img.shields.io/badge/version-0.8.0-green.svg)](https://ada-discovery.org) [![License: CC BY-NC 3.0](https://img.shields.io/badge/License-CC%20BY--NC%203.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/3.0/) This is a web part of Ada Discovery Analytics. @@ -7,8 +7,8 @@ This is a web part of Ada Discovery Analytics. All you need is **Scala 2.11**. To pull the library you have to add the following dependencies to *build.sbt* ``` -"org.adada" %% "ada-web" % "0.7.3" -"org.adada" %% "ada-web" % "0.7.3" classifier "assets", +"org.adada" %% "ada-web" % "0.8.0", +"org.adada" %% "ada-web" % "0.8.0" classifier "assets" ``` or to *pom.xml* (if you use maven) @@ -17,12 +17,12 @@ or to *pom.xml* (if you use maven) org.adada ada-web_2.11 - 0.7.3 + 0.8.0 org.adada ada-web_2.11 - 0.7.3 + 0.8.0 assets ``` \ No newline at end of file diff --git a/build.sbt b/build.sbt index 9489c1d..2608a65 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ PlayKeys.devSettings := Seq( ) libraryDependencies ++= Seq( - "org.adada" %% "ada-server" % "0.8.0.RC.4", + "org.adada" %% "ada-server" % "0.8.0", "org.in-cal" %% "incal-play" % "0.2.1", "com.typesafe.play" %% "play-mailer" % "6.0.1", // to send emails "com.typesafe.play" %% "play-mailer-guice" % "6.0.1", // to send emails (Guice)