Skip to content

Commit

Permalink
Bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSW committed Jan 27, 2019
1 parent ec7af54 commit bfac5e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.grohe'
version '0.0.6'
version '0.0.7'

sourceCompatibility = 1.8

Expand All @@ -32,10 +32,10 @@ bintray {
licenses = ['MIT']
vcsUrl = 'https://github.com/floriansw/grohe-ondus-api-java.git'
version {
name = '0.0.6'
name = '0.0.7'
desc = 'GROHE ONDUS Api library'
released = new Date()
vcsTag = '0.0.6'
vcsTag = '0.0.7'
}
}
}
Expand Down

0 comments on commit bfac5e2

Please sign in to comment.