Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Feb 25, 2018
1 parent e0755b1 commit c1a7515
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:1.0.0'
compile 'org.sert2521.sertain:core:1.1.0'
}
```
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 "1.0.0"
version "1.1.0"

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

0 comments on commit c1a7515

Please sign in to comment.