Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.2 and prepare for version 1.2.3-SNAPSHOT #48

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.2
* Updates Kotlin to 1.9.0
* Updates Gradle to 8.1.0
* Updates ben-manes versions plugin to 0.45.0
* Updates google auto service to 1.1.1
* Updates incap to 1.0.0

# 1.2.1
* Updates Kotlin to 1.8.10
* Updates Android Gradle Plugin to 7.4.1
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.1'
classpath 'com.trello.mrclean:mr-clean-plugin:1.2.2'
}
}
```
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.2-SNAPSHOT
VERSION_NAME=1.2.3-SNAPSHOT

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