Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Feb 26, 2021
1 parent 8408ffc commit bfdc87f
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 @@ -31,7 +31,7 @@ buildscript {
}
dependencies {
classpath "de.smartsquare:squit:3.0.0"
classpath "de.smartsquare:squit:3.1.0"
}
}
```
Expand Down Expand Up @@ -261,7 +261,7 @@ repositories {
}
dependencies {
compile 'de.smartsquare:squit:3.0.0'
compile 'de.smartsquare:squit:3.1.0'
}
```

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 = '6.6'
squitVersion = '3.0.2'
squitVersion = '3.1.0'

gradlePublishVersion = '0.12.0'

Expand Down

0 comments on commit bfdc87f

Please sign in to comment.