diff --git a/Logging.md b/Logging.md index 2cd46d8..39a4551 100644 --- a/Logging.md +++ b/Logging.md @@ -12,7 +12,7 @@ Add the annotations dependency as follows: ```gradle dependencies { - implementation("dev.datlag.sekret:annotations:2.0.0-alpha-06") + implementation("dev.datlag.sekret:annotations:2.0.0-alpha-07") } ``` diff --git a/README.md b/README.md index 29d5f3c..d39fe8f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The functionality and all features is based on the Gradle and Compiler plugin, w ```gradle plugins { - id("dev.datlag.sekret") version "2.0.0-alpha-06" + id("dev.datlag.sekret") version "2.0.0-alpha-07" } ```