Skip to content

Commit

Permalink
prepare gradle plugin release 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-lapin committed Nov 15, 2022
1 parent f9e296a commit a951be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAPT

[![Plugin](https://img.shields.io/badge/gradle%20plugin-v1.18-blue)](https://plugins.gradle.org/plugin/com.sergei-lapin.napt)
[![Plugin](https://img.shields.io/badge/gradle%20plugin-v1.19-blue)](https://plugins.gradle.org/plugin/com.sergei-lapin.napt)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## What is it?
Expand Down
2 changes: 1 addition & 1 deletion plugins/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = "com.sergei-lapin.napt"

version = "1.18"
version = "1.19"

tasks.withType<KotlinCompile> { kotlinOptions.jvmTarget = "9" }

Expand Down

0 comments on commit a951be5

Please sign in to comment.