From be8b3253d621249842b7164e47edc2899d94921f Mon Sep 17 00:00:00 2001 From: 47 Degrees Dev Date: Wed, 28 Aug 2019 11:10:58 +0200 Subject: [PATCH] Updates policy files from SBT [ci skip] --- README.md | 6 +++--- docs/src/main/tut/docs/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d070ed79..5441d959 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.9.2-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.9.3-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.9.2") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.3") ``` [comment]: # (End Replace) @@ -77,4 +77,4 @@ sbt-microsites is designed and developed by 47 Degrees Copyright (C) 2016-2019 47 Degrees. -[comment]: # (End Copyright) +[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 f779bc1b..87424c29 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.9.2") +addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.3") ``` [comment]: # (End Replace)