Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 10, 2021
1 parent dd6c776 commit 0f8a511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the [plugin](https://plugins.gradle.org/plugin/de.smartsquare.squit) to your

```groovy
plugins {
id "de.smartsquare.squit" version "5.0.0"
id "de.smartsquare.squit" version "5.0.1"
}
```

Expand Down Expand Up @@ -272,7 +272,7 @@ repositories {
}
dependencies {
compile 'de.smartsquare:squit:5.0.0'
compile 'de.smartsquare:squit:5.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
gradleVersion = '7.2'
squitVersion = '5.0.0'
squitVersion = '5.0.1'

gradlePublishVersion = '0.17.0'

Expand Down

0 comments on commit 0f8a511

Please sign in to comment.