Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Sep 22, 2017
1 parent c157cfb commit 4215821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ finally in your module's build.gradle reference the library:
```
dependencies {
// ...
compile 'com.michaeltroger.sensorvaluelegend:sensorvaluelegend:1.0.1'
compile 'com.michaeltroger.sensorvaluelegend:sensorvaluelegend:1.0.2'
}
```
6 changes: 3 additions & 3 deletions sensorvaluelegend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ artifacts {
}

group = 'com.michaeltroger.sensorvaluelegend'
version = '1.0.1'
version = '1.0.2'

Properties bintrayProperties = new Properties()
bintrayProperties.load(project.rootProject.file('bintray.properties').newDataInputStream())
Expand All @@ -71,10 +71,10 @@ bintray {
vcsUrl = 'https://github.com/michaeltroger/sensorvaluelegend.git'
websiteUrl = 'https://github.com/michaeltroger/sensorvaluelegend'
version {
name = '1.0.1'
name = '1.0.2'
desc = 'Init'
released = new Date()
vcsTag = '1.0.1'
vcsTag = '1.0.2'
}
publish = true
publicDownloadNumbers = true
Expand Down

0 comments on commit 4215821

Please sign in to comment.