Skip to content

Commit

Permalink
Bump version to 0.0.3
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 30, 2016
1 parent b76ad69 commit 2368dc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.0.3 *(2016-01-30)*
----------------------------

* Bug fixes
* IsEditMode support (component preview)


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

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

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

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

ext {
supportVersion = '23.1.1'
versionName = '0.0.2'
versionName = '0.0.3'
}
}

0 comments on commit 2368dc6

Please sign in to comment.