Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Bump version for release 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danybony committed Apr 16, 2018
1 parent 0b42f41 commit 76ce75c
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 @@ -35,8 +35,8 @@ repositories {
}
dependencies {
compile 'com.novoda:notils-java:3.1.4'
compile 'com.novoda:notils-android:3.1.4'
compile 'com.novoda:notils-java:3.1.5'
compile 'com.novoda:notils-android:3.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ buildscript {
}

allprojects {
version = "3.1.4"
version = "3.1.5"
}

0 comments on commit 76ce75c

Please sign in to comment.