Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Sep 10, 2019
1 parent 9a75558 commit 5e70a4f
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:2.8.1"
classpath "de.smartsquare:squit:2.8.2"
}
}
```
Expand Down Expand Up @@ -248,7 +248,7 @@ repositories {
}
dependencies {
compile 'de.smartsquare:squit:2.8.1'
compile 'de.smartsquare:squit:2.8.2'
}
```

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 = '5.6.2'
squitVersion = '2.8.1'
squitVersion = '2.8.2'

gradlePublishVersion = '0.10.1'

Expand Down

0 comments on commit 5e70a4f

Please sign in to comment.