Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Aug 30, 2024
1 parent 8cff350 commit bb7d60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down

0 comments on commit bb7d60e

Please sign in to comment.