Skip to content

Commit

Permalink
bump version once more
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Jul 22, 2012
1 parent 8119700 commit cacfa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ resolvers += Resolver.url("sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(
Resolver.ivyStylePatterns)

libraryDependencies <+= sbtVersion(v => "com.mojolly.scalate" %% "xsbt-scalate-generator" % (v + "-0.1.9"))
libraryDependencies <+= sbtVersion(v => "com.mojolly.scalate" %% "xsbt-scalate-generator" % (v + "-0.1.10"))
```

for sbt 0.11.2: (maven central)
Expand Down
2 changes: 1 addition & 1 deletion project/ScalateGenerateBuild.scala
Expand Up @@ -4,7 +4,7 @@ import scala.xml.Group

object ScalateGenerateBuild extends Build {

val buildVersion = "0.1.10-SNAPSHOT"
val buildVersion = "0.1.10"

val buildSettings = Defaults.defaultSettings ++ Seq(
version := buildVersion,
Expand Down

0 comments on commit cacfa3d

Please sign in to comment.