aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-11 17:07:42 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-11 17:07:42 -0300
commit777ad06ea31f8e1508ded4332b7152c0cd182146 (patch)
tree095379f54b5418d491a0128bc25741f3a4bb48e5 /project
parent2c8f103b29bb69c27bf5e00b50a7391ae8cc687e (diff)
downloadKamon-777ad06ea31f8e1508ded4332b7152c0cd182146.tar.gz
Kamon-777ad06ea31f8e1508ded4332b7152c0cd182146.tar.bz2
Kamon-777ad06ea31f8e1508ded4332b7152c0cd182146.zip
Missing UOW setting in UowDirectives
Diffstat (limited to 'project')
-rw-r--r--project/Settings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index 51bb7ef6..e1fcb229 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -3,7 +3,7 @@ import Keys._
import spray.revolver.RevolverPlugin.Revolver
object Settings {
- val VERSION = "0.0.9"
+ val VERSION = "0.0.10"
lazy val basicSettings = seq(
version := VERSION,