From 525951a2cf03381ce2a50d9dd1a0b02c9ecd860e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 6 Jan 2014 15:33:29 -0500 Subject: [PATCH] bump version to publish fourth alpha release from develop branch --- project/Build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Build.scala b/project/Build.scala index 9f2d95dc..8f3907c6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -9,7 +9,7 @@ import sbtunidoc.Plugin._ object DatomiscaBuild extends Build { lazy val buildSettings = Defaults.defaultSettings ++ Seq( - version := "0.7-alpha-4", + version := "0.7-alpha-5", organization := "com.pellucid", scalaVersion := "2.10.3", scalacOptions ++= Seq(