Skip to content

Commit

Permalink
Updates policy files from SBT [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Mar 10, 2020
1 parent 1af7582 commit 5ffc91d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Discussion around sbt-microsites happens in the [Gitter channel](https://gitter.im/47deg/sbt-microsites) as well as on
Discussion around sbt-microsites happens in the [Gitter channel](https://gitter.im/47degrees/sbt-microsites) as well as on
[GitHub issues](https://github.com/47degrees/sbt-microsites/issues) and [pull requests](https://github.com/47degrees/sbt-microsites/pulls).

Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[comment]: # (Start Badges)

[![Build Status](https://travis-ci.org/47degrees/sbt-microsites.svg?branch=master)](https://travis-ci.org/47degrees/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-1.1.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/47degrees/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/47degrees/sbt-microsites.svg?branch=master)](https://travis-ci.org/47degrees/sbt-microsites) [![Maven Central](https://img.shields.io/badge/maven%20central-1.1.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/47degrees/sbt-microsites/master/LICENSE) [![Join the chat at https://gitter.im/47degrees/sbt-microsites](https://badges.gitter.im/47degrees/sbt-microsites.svg)](https://gitter.im/47degrees/sbt-microsites?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/47degrees/sbt-microsites.svg)](https://github.com/47degrees/sbt-microsites/issues)

[comment]: # (End Badges)

Expand All @@ -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" % "1.1.2")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.3")
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Latest release:
[comment]: # (Start Replace)

```bash
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.2")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.3")
```

[comment]: # (End Replace)
Expand Down

0 comments on commit 5ffc91d

Please sign in to comment.