Skip to content

Commit

Permalink
Merge pull request #7 from futuredapp/fix/documentation
Browse files Browse the repository at this point in the history
Fix version name in README.md
  • Loading branch information
matejsemancik committed Nov 20, 2023
2 parents 99bb399 + 47f2c0c commit 2cd4032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then add the plugin to your module-level `build.gradle` or `build.gradle.kts` fi

```kotlin
plugins {
id("app.futured.sheethappens") version "0.5.6"
id("app.futured.sheethappens") version "0.5.7"
}
```

Expand Down

0 comments on commit 2cd4032

Please sign in to comment.