From 3475bbb9cad419f410e1bbe0b5d05e58fa884001 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Wed, 30 Aug 2017 19:33:47 +0200 Subject: [PATCH] Setting version to 1.0.0 --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7187f16..6b08b20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Multi-format Messaging module
for Play framework

-**Note: This version supports Play framework 2.5.x. For compatiblity with previous versions see previous releases.** +**Note: This version supports Play framework 2.6.x. For compatiblity with previous versions see previous releases.** [Play framework 2](http://playframework.com/) is delivered with default Messaging module using property files. The syntax is not much convenient as involves a lot of repetition, thus this module delivers @@ -15,7 +15,7 @@ To your SBT `build.sbt` add the following lines: ```scala libraryDependencies ++= Seq( // YAML localization module - "com.github.karelcemus" %% "play-i18n" % "0.5" + "com.github.karelcemus" %% "play-i18n" % "1.0.0" ) ``` diff --git a/version.sbt b/version.sbt index 8b9a52b..3265844 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "1.0.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "1.0.0"