Skip to content

Commit

Permalink
Bump to version 0.0.5
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 12, 2016
1 parent 1e99418 commit 810f204
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Change Log
==========

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

* Bug fixes


Version 0.0.4 *(2016-02-11)*
----------------------------

* Bug fixes
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.4'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:0.0.5'
}
```

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

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 = 4
versionCode = 5
versionName = rootProject.subprojects.ext.versionName[0]
}
}
Expand All @@ -49,7 +49,7 @@ subprojects {

ext {
supportVersion = '23.1.1'
versionName = '0.0.4'
versionName = '0.0.5'
}
}

0 comments on commit 810f204

Please sign in to comment.