Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Apr 29, 2012
1 parent cf54ea5 commit 7237377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Builds extends sbt.Build {
import ls.Plugin.{lsSettings,LsKeys}
import sbtbuildinfo.Plugin._

val g8version = "0.4.4"
val g8version = "0.4.5"

lazy val buildSettings = Defaults.defaultSettings ++ lsSettings ++ Seq(
organization := "net.databinder.giter8",
Expand Down
2 changes: 1 addition & 1 deletion src/main/conscript/g8/launchconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[app]
version: 0.4.4
version: 0.4.5
org: net.databinder.giter8
name: giter8
class: giter8.Giter8
Expand Down

0 comments on commit 7237377

Please sign in to comment.