Skip to content

Commit

Permalink
Merge pull request #40 from morganlutz/morgan/update-1.2.0
Browse files Browse the repository at this point in the history
Prepare for release 1.2.0
  • Loading branch information
ericbrynsvold committed Aug 3, 2022
2 parents 09da96c + 59340ce commit 6ca386a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.2.0
* Updates Kotlin to 1.7.10
* Updates ben-manes versions plugin to 0.42.0
* Updates google auto service to 1.0.1
* Updates kotlinpoet to 1.12.0
* Updates junit to 4.13.2
* Updates metadata-jvm to 0.5.0
* Removes JCenter
* Updates deprecated methods

# 1.1.0
* Updates Kotlin to 1.5.10
* Updates android gradle plugin to 4.2.2
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.1.0'
classpath 'com.trello.mrclean:mr-clean-plugin:1.2.0'
}
}
```
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.1.1-SNAPSHOT
VERSION_NAME=1.2.0

POM_DESCRIPTION=Gradle plugin for generating release worthy toStrings

Expand Down

0 comments on commit 6ca386a

Please sign in to comment.