Skip to content

Commit b5c87f3

Browse files
author
Hassan Radwan
committed
Updating the release number and date for 1.0.1
1 parent 5e6f48c commit b5c87f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ object BuildDef extends Build with VersionSystem {
4646

4747
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
4848
organization := "com.avi",
49-
version := "1.0.0",
50-
releaseDate := "4/28/2014"
49+
version := "1.0.1",
50+
releaseDate := "5/14/2014"
5151
)
5252

5353
val webappProjectSettings = WebPlugin.webSettings ++ Seq (

0 commit comments

Comments
 (0)