Skip to content

Commit

Permalink
Setting version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelCemus committed Aug 30, 2017
1 parent e38ba30 commit 3475bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Multi-format Messaging module<br/> for Play framework</h1>

**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
Expand All @@ -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"
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.0.0-SNAPSHOT"
version in ThisBuild := "1.0.0"

0 comments on commit 3475bbb

Please sign in to comment.