From 8b0052275f77e76b06810ae9c13640d88109ac1e Mon Sep 17 00:00:00 2001 From: Nathan Hamblen Date: Sun, 9 Mar 2014 17:38:31 -0400 Subject: [PATCH] 0.6.2 metadata --- notes/0.6.2.markdown | 3 +++ project/build.scala | 2 +- src/main/conscript/g8/launchconfig | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 notes/0.6.2.markdown diff --git a/notes/0.6.2.markdown b/notes/0.6.2.markdown new file mode 100644 index 00000000..45207226 --- /dev/null +++ b/notes/0.6.2.markdown @@ -0,0 +1,3 @@ +[Pull request #115][115], fixes cloning over https. + +[115]: https://github.com/n8han/giter8/pull/115 diff --git a/project/build.scala b/project/build.scala index 61458c8a..64ca48e8 100644 --- a/project/build.scala +++ b/project/build.scala @@ -6,7 +6,7 @@ object Builds extends sbt.Build { import sbtbuildinfo.Plugin._ import conscript.Harness.conscriptSettings - val g8version = "0.6.1" + val g8version = "0.6.2" val typesafeRepo = "Typesafe repo" at "http://repo.typesafe.com/typesafe/repo/" lazy val buildSettings = Defaults.defaultSettings ++ lsSettings ++ Seq( diff --git a/src/main/conscript/g8/launchconfig b/src/main/conscript/g8/launchconfig index 7a1685e0..ff9da5e7 100644 --- a/src/main/conscript/g8/launchconfig +++ b/src/main/conscript/g8/launchconfig @@ -1,5 +1,5 @@ [app] - version: 0.6.1 + version: 0.6.2 org: net.databinder.giter8 name: giter8 class: giter8.Giter8