Skip to content

Commit

Permalink
Bump version to 0.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 Jan 14, 2016
1 parent b40f108 commit 87b0954
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.0.2 *(2016-01-14)*
----------------------------

* Bug fixes


Version 0.0.1 *(2015-12-27)*
----------------------------

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

Expand All @@ -42,7 +42,7 @@ repositories {
}
dependencies {
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:0.0.1'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:0.0.2'
}
```

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 = '23.1.1'
versionName = '0.0.1'
versionName = '0.0.2'
}
}

0 comments on commit 87b0954

Please sign in to comment.