From 3325cdb833c5f430376bfce2d5a31e0bdff8d310 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 25 Jun 2013 15:11:32 +0200 Subject: [PATCH] bump version --- project.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.sbt b/project.sbt index 1d1326501..f630a008e 100644 --- a/project.sbt +++ b/project.sbt @@ -4,7 +4,7 @@ name := "sbt-dependency-graph" organization := "net.virtual-void" -version := "0.7.3" +version := "0.7.4" homepage := Some(url("http://github.com/jrudolph/sbt-dependency-graph"))