Skip to content

Commit

Permalink
prepare for v0.6.0.170315 (26) Bugfix for new Tag support
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Mar 13, 2017
1 parent 3a8cab8 commit e32add2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ android {
// 0.5.4.161112 (23)
// 0.5.5.161220 (24) Image Picker
// 0.6.0.170309 (25) Tag support
// 0.6.0.170315 (26) Bugfix for new Tag support

versionCode = 25
versionName = '0.6.0.170309'
versionCode = 26
versionName = '0.6.0.170315'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit e32add2

Please sign in to comment.