Skip to content

Commit

Permalink
Bump to version 0.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  • Loading branch information
jruesga committed May 13, 2016
1 parent 7c98f6d commit c876d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.6'
compile 'com.ruesga.timeline-chart-view:timeline-chart-view:0.0.7'
}
```

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

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

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

0 comments on commit c876d76

Please sign in to comment.