Skip to content

Commit 93e473a

Browse files
author
Hassan Radwan
committed
Updating the version/date for v1.1.3
1 parent 6f5207a commit 93e473a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
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 := "1.1.2",
49-
releaseDate := "2/26/2015"
48+
version := "1.1.3",
49+
releaseDate := "7/9/2015"
5050
)
5151

5252
val webappProjectSettings = WebPlugin.webSettings ++ Seq (

0 commit comments

Comments
 (0)