Skip to content

Commit

Permalink
release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Mar 20, 2012
1 parent a4370a9 commit ed8775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -214,7 +214,7 @@ import sbt._
object PluginDef extends Build {
lazy val root = Project("plugins", file(".")) dependsOn( g8plugin )
lazy val g8plugin =
ProjectRef(uri("git://github.com/n8han/giter8#5568ecb"), "giter8-plugin")
ProjectRef(uri("git://github.com/n8han/giter8#0.4.1), "giter8-plugin")
}
```

Expand Down

0 comments on commit ed8775b

Please sign in to comment.