diff --git a/LICENSE b/LICENSE index 73451e2b..49849f00 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (C) 2016-2018 47 Degrees. + Copyright (C) 2016-2019 47 Degrees. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE.md b/NOTICE.md index 2e4ca87b..7e210f06 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,4 +1,4 @@ sbt-microsites -Copyright (c) 2016-2018 47 Degrees. All rights reserved. +Copyright (c) 2016-2019 47 Degrees. All rights reserved. Licensed under Apache License. See [LICENSE](LICENSE) for terms. \ No newline at end of file diff --git a/README.md b/README.md index cee61c96..2d1061ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.7.27-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) +[![Build Status](https://travis-ci.org/47deg/sbt-microsites.svg?branch=master)](https://travis-ci.org/47deg/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-0.8.0-green.svg)](https://repo1.maven.org/maven2/com/47deg/sbt-microsites_2.12_1.0) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47deg/sbt-microsites](https://badges.gitter.im/47deg/sbt-microsites.svg)](https://gitter.im/47deg/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47deg/sbt-microsites.svg)](https://github.com/47deg/sbt-microsites/issues) [comment]: # (End Badges) @@ -24,7 +24,7 @@ To Begin, add the following lines to the `project/plugins.sbt` file within your [comment]: # (Start Replace) ``` -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.27") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0") ``` [comment]: # (End Replace) @@ -76,6 +76,6 @@ Many Scala projects, libraries and applications, use sbt-microsites to display d sbt-microsites is designed and developed by 47 Degrees -Copyright (C) 2016-2018 47 Degrees. +Copyright (C) 2016-2019 47 Degrees. [comment]: # (End Copyright) \ No newline at end of file diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index 24743e9a..dcc48c92 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -54,7 +54,7 @@ Latest release: [comment]: # (Start Replace) ```bash -addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.27") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0") ``` [comment]: # (End Replace) @@ -69,4 +69,4 @@ enablePlugins(MicrositesPlugin) Your docs can be placed wherever you want in your project since there are sbt settings to point to the sources of your microsite, however the plugin expects to find the sources where both [**tut**](https://github.com/tpolecat/tut) and [**mdoc**](https://github.com/scalameta/mdoc) have defined by default. They are: - Tut: `src/main/tut/` -- mdoc: `docs/` +- mdoc: `docs/` \ No newline at end of file