Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vysny committed Oct 26, 2017
1 parent 805126c commit bae8bcd
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 @@ -17,7 +17,7 @@ Features
slf4j-handroid is now at jcenter, so all you have to do is to add this to your project dependencies:
```groovy
dependencies {
compile 'sk.baka.slf4j:slf4j-handroid:1.7.25-3'
compile 'sk.baka.slf4j:slf4j-handroid:1.7.26'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
defaultTasks 'clean', 'build', 'publishToMavenLocal'

group 'sk.baka.slf4j'
version '1.7.26'
version '1.7.26-1-SNAPSHOT'
ext.local = new Properties()
if (project.rootProject.file('local.properties').exists()) {
ext.local.load(project.rootProject.file('local.properties').newDataInputStream())
Expand Down

0 comments on commit bae8bcd

Please sign in to comment.