Skip to content

Commit

Permalink
bug fix close #26
Browse files Browse the repository at this point in the history
  • Loading branch information
deinelieblings committed May 8, 2018
1 parent be6789c commit 2c70ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ simpleTemplate: header, body:
ChangeLog
=========

## Version 0.2.4 (2018-03-21)
## Version 0.2.5 (2018-05-08)
* [[F] #26 - Navigation not Found](https://github.com/Viva-con-Agua/dispenser/issues/26)
* [[F] #21 - add init for navigation](https://github.com/Viva-con-Agua/dispenser/issues/23)
* [[F] #1 -Embeds HTML-Snippets in an HTML-Form](https://github.com/Viva-con-Agua/dispenser/issues/1)
* [[F] #9 - add mongoDB for navigation](https://github.com/Viva-con-Agua/dispenser/issues/9)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := """dispenser"""
organization := "com.example"

version := Option(System.getProperty("version")).getOrElse("0.2.4")
version := Option(System.getProperty("version")).getOrElse("0.2.5")
//version := "0.2.3"

lazy val root = (project in file(".")).enablePlugins(PlayScala).enablePlugins(SbtWeb)
Expand Down

0 comments on commit 2c70ca5

Please sign in to comment.