diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f196f..45552a2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [2020-06-14] Migrated cache metadata over to a sqlite3 handler [@carbotaniuman]. +- [2020-06-15] Properly describe dirty builds as dirty by [@lflare]. ### Deprecated - [2020-06-14] Removed old cache subdirectory migration system by [@carbotaniuman]. diff --git a/build.gradle b/build.gradle index 8cc9ed3..c402275 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "com.mangadex" -version = "git describe --tags".execute().text.trim() +version = "git describe --tags --dirty".execute().text.trim() mainClassName = "mdnet.base.MangaDexClient" repositories {