Skip to content

Commit

Permalink
Merge pull request #47 from trello/ebrynsvold/release-1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
ericbrynsvold authored Aug 14, 2023
2 parents ef4593b + 44d2906 commit a3ce698
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1
* Updates Kotlin to 1.8.10
* Updates Android Gradle Plugin to 7.4.1
* Updates ben-manes versions plugin to 0.45.0
* Updated to use new Gradle variant API internally

# 1.2.0
* Updates Kotlin to 1.7.10
* Updates ben-manes versions plugin to 0.42.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.trello.mrclean:mr-clean-plugin:1.2.0'
classpath 'com.trello.mrclean:mr-clean-plugin:1.2.1'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.trello.mrclean
VERSION_NAME=1.2.1-SNAPSHOT
VERSION_NAME=1.2.2-SNAPSHOT

POM_DESCRIPTION=Gradle plugin for generating release worthy toStrings
POM_INCEPTION_YEAR=2018
Expand Down

0 comments on commit a3ce698

Please sign in to comment.