Skip to content

Commit

Permalink
Bump to version 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed Feb 24, 2016
1 parent 14c2966 commit 9feb8ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.6 *(2016-02-24)*
----------------------------

* Bug fixes


Version 0.0.5 *(2016-02-12)*
----------------------------

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.5'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:0.0.6'
}
```

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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
minSdkVersion 15
targetSdkVersion 23

versionCode = 5
versionCode = 6
versionName = rootProject.subprojects.ext.versionName[0]
}
}
Expand All @@ -49,7 +49,7 @@ subprojects {

ext {
supportVersion = '23.2.0'
versionName = '0.0.5'
versionName = '0.0.6'
}
}

0 comments on commit 9feb8ed

Please sign in to comment.