version bump (v1.5.3)

This commit is contained in:
Connor Tumbleson 2013-02-02 13:03:10 -06:00
parent cbfeb90394
commit fcc3144904
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
v1.5.3 (TBA)
v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream
-Only show the --aapt / -a info in verbose mode.

View File

@ -17,7 +17,7 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'license'
ext.apktoolversion = '1.5.2-SNAPSHOT'
ext.apktoolversion = '1.5.3-SNAPSHOT'
ext.fullrev = '';
ext.gitrev_version = '';