From 3ab0bea2d4310e51962f61e9f19d5392cbec8f45 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno Date: Mon, 12 Sep 2016 17:53:24 +0200 Subject: [PATCH] Releases 0.1.0 version --- README.md | 2 +- build.sbt | 1 + version.sbt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07813bd9..ad82e6c8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gem install jekyll Add plugin in `project/plugins.sbt`: ``` -addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "1.0.1-SNAPSHOT") +addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.1.0") ``` Enable the plugin in `build.sbt`: diff --git a/build.sbt b/build.sbt index a2f77d58..11d1eff8 100644 --- a/build.sbt +++ b/build.sbt @@ -5,6 +5,7 @@ lazy val artifactSettings = Seq( name := "sbt-microsites", organization := "com.fortysevendeg", organizationName := "47 Degrees", + homepage := Option(url("http://47deg.github.io/sbt-microsites/")), organizationHomepage := Some(new URL("http://47deg.com")), headers := Map( "scala" -> Apache2_0("2016", "47 Degrees, LLC. ") diff --git a/version.sbt b/version.sbt index 57b0bcbc..e7654440 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.1.0-SNAPSHOT" +version in ThisBuild := "0.1.0"