Skip to content

Commit

Permalink
bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-lapin committed Oct 11, 2021
1 parent 5ed7409 commit 9deea18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9-blue)](https://plugins.gradle.org/plugin/com.sergei-lapin.napt)
[![Plugin](https://img.shields.io/badge/gradle%20plugin-v1.10-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 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ android.defaults.buildfeatures.shaders=false
kotlin.code.style=official

lib.group=com.sergei-lapin.napt
lib.version=1.9
lib.version=1.10
2 changes: 1 addition & 1 deletion napt-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lib.group=com.sergei-lapin.napt
lib.version=1.9
lib.version=1.10
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id "com.sergei-lapin.napt" version "1.9"
id "com.sergei-lapin.napt" version "1.10"
}
}

Expand Down

0 comments on commit 9deea18

Please sign in to comment.