Skip to content

Commit 44d7254

Browse files
committed
New 9.2.1 release.
Signed-off-by: Yahor Berdnikau <[email protected]>
1 parent b940ada commit 44d7254

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
9-
### Added
10-
- ?
11-
### Changed
12-
- ?
8+
## [9.2.1] - 2020-02-12
139
### Fixed
1410
- Git hook fails to check multiple files [#336](https://github.com/JLLeitschuh/ktlint-gradle/issues/336)
15-
### Removed
16-
- ?
1711

1812
## [9.2.0] - 2020-02-10
1913
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Provides a convenient wrapper plugin over the [ktlint](https://github.com/pinterest/ktlint) project.**
44

5-
Latest plugin version: [9.2.0](/CHANGELOG.md#920---2020-02-10)
5+
Latest plugin version: [9.2.1](/CHANGELOG.md#921---2020-02-12)
66

77
[![Join the chat at https://kotlinlang.slack.com](https://img.shields.io/badge/slack-@kotlinlang/ktlint-yellow.svg?logo=slack)](https://kotlinlang.slack.com/messages/CKS3XG0LS)
88
[![Build Status](https://travis-ci.org/JLLeitschuh/ktlint-gradle.svg?branch=master)](https://travis-ci.org/JLLeitschuh/ktlint-gradle)

plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
val pluginGroup = "org.jlleitschuh.gradle"
1616
group = pluginGroup
17-
version = "9.3.0-SNAPSHOT"
17+
version = "9.2.1"
1818

1919
repositories {
2020
google()

0 commit comments

Comments
 (0)