Skip to content

Commit

Permalink
Prepare version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Feb 11, 2021
1 parent 37e66fd commit daa6f01
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
Expand Up @@ -3,6 +3,12 @@
Version 0.15.0 *(In development)*
---------------------------------

Version 0.14.1 *(2021-02-11)*
---------------------------------

- fix false positive deprecation warnings
- fix typos in deprecation warnings

Version 0.14.0 *(2021-02-10)*
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.1'
// For Kotlin projects, you need to add Dokka.
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.x.x'
}
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.vanniktech
VERSION_NAME=0.15.0-SNAPSHOT
VERSION_NAME=0.14.1

POM_ARTIFACT_ID=gradle-maven-publish-plugin
POM_NAME=Gradle Maven Publish Plugin
Expand Down

0 comments on commit daa6f01

Please sign in to comment.