Skip to content

Commit 1071101

Browse files
Hassan RadwanHassan Radwan
authored andcommitted
Updating version number and dates for v0.9.0
1 parent 5bf7aa3 commit 1071101

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
@@ -45,8 +45,8 @@ object BuildDef extends Build with VersionSystem {
4545

4646
val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
4747
organization := "com.avi",
48-
version := "0.8.2",
49-
releaseDate := "4/8/2014"
48+
version := "0.9.0",
49+
releaseDate := "4/15/2014"
5050
)
5151

5252
val webappProjectSettings = WebPlugin.webSettings ++ Seq (

0 commit comments

Comments
 (0)