From a266d0ec1fff15f76ac7a66d5ad80919edc2e541 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno Date: Tue, 27 Sep 2016 17:53:00 +0200 Subject: [PATCH] Releases new plugin 0.2.5 version --- README.md | 2 +- docs/src/main/tut/docs/index.md | 8 +++++--- version.sbt | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0cbea9d1..7e123375 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A microsite is an instance of Jekyll, ready to publish a static web page for you To Begin, add the following lines to the `project/plugins.sbt` file within your project or sbt module where you want to use the `sbt-microsites` plugin. ``` -addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.4") +addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.5") ``` Finally, to enable the plugin, add this to your `build.sbt` file: diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index 6ee659e7..f9daa9ae 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -37,8 +37,10 @@ This is needed in order to install and be able to use the `jekyll` gem from othe ``` install: - - ... - - gem install jekyll -v 2.5 + - rvm use 2.2.3 --install --fuzzy + - gem update --system + - gem install sass + - gem install jekyll -v 3.2.1 ``` # Set it up in your Project @@ -48,7 +50,7 @@ To begin, add the following lines to the `project/plugins.sbt` file within your Latest release: ``` -addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.4") +addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.2.5") ``` Latest snapshot built from the `master` branch code: diff --git a/version.sbt b/version.sbt index a8aa224f..39eecbcb 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.5-SNAPSHOT" +version in ThisBuild := "0.2.5"