Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Jul 27, 2018
1 parent 15d957d commit 2a4a34f
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,7 +44,7 @@ And then add the dependency:

```groovy
dependencies {
compile 'org.sert2521.sertain:core:1.2.0'
compile 'org.sert2521.sertain:core:1.2.1'
}
```

Expand Down
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.2.0"
version "1.2.1"

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

0 comments on commit 2a4a34f

Please sign in to comment.