Skip to content

Commit

Permalink
Merge pull request #45 from 47deg/jp-bumsp-new-release-0.2.5
Browse files Browse the repository at this point in the history
Releases new plugin 0.2.5 version
  • Loading branch information
juanpedromoreno authored Sep 27, 2016
2 parents 475cbdf + a266d0e commit 352381f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 5 additions & 3 deletions docs/src/main/tut/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.5-SNAPSHOT"
version in ThisBuild := "0.2.5"

0 comments on commit 352381f

Please sign in to comment.