Skip to content

Commit

Permalink
0.6.2 metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Mar 9, 2014
1 parent 49c3ba7 commit 8b00522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions notes/0.6.2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Pull request #115][115], fixes cloning over https.

[115]: https://github.com/n8han/giter8/pull/115
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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(
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.6.1
version: 0.6.2
org: net.databinder.giter8
name: giter8
class: giter8.Giter8
Expand Down

0 comments on commit 8b00522

Please sign in to comment.