Skip to content

Commit

Permalink
Version 1.0.1
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 29, 2016
1 parent 1dac747 commit a378f15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

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

* Fix a NPE bug with setting up tick labels

Version 1.0.0 *(2016-10-22)*
----------------------------

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

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ subprojects {

ext {
supportVersion = '25.0.0'
versionName = '1.0.0'
versionName = '1.0.1'
}
}

0 comments on commit a378f15

Please sign in to comment.