Skip to content

Commit

Permalink
Updating version and date for v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan Radwan committed Apr 21, 2014
1 parent 1418121 commit 8b19e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ object BuildDef extends Build with VersionSystem {

val baseProjectSettings = net.virtualvoid.sbt.graph.Plugin.graphSettings ++ baseCompilerSettings ++ Seq(
organization := "com.avi",
version := "0.9.0",
releaseDate := "4/15/2014"
version := "0.9.1",
releaseDate := "4/21/2014"
)

val webappProjectSettings = WebPlugin.webSettings ++ Seq (
Expand Down

0 comments on commit 8b19e69

Please sign in to comment.