Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 17, 2018
1 parent f24dbd9 commit d8bfe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ And then add the dependency:

```groovy
dependencies {
compile 'org.sert2521.sertain:core:0.0.20'
compile 'org.sert2521.sertain:core:0.0.21'
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ allprojects {

groupId "org.sert2521"
artifactId project.name
version "0.0.20"
version "0.0.21"

artifact "$buildDir/libs/${project.name}.jar"
artifact sourcesJar
Expand Down

0 comments on commit d8bfe78

Please sign in to comment.