Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Oct 31, 2017
1 parent 6a764b9 commit 2443f7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.0.2 *(2017-10-31)*
----------------------------

* Fix a NPE releasing media sound

Version 1.0.1 *(2016-10-29)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ repositories {
}
dependencies {
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:1.0.1'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:1.0.2'
}
```

Expand All @@ -48,7 +48,7 @@ repositories {
}
dependencies {
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:1.0.1'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -58,7 +58,7 @@ subprojects {

ext {
supportVersion = '27.0.0'
versionName = '1.0.1'
versionName = '1.0.2'
}
}

0 comments on commit 2443f7d

Please sign in to comment.