Skip to content

Commit 1e42dbf

Browse files
author
Enyby
committed
New version 1.33.
1 parent 1cf02a0 commit 1e42dbf

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Application-source/APK-Info.au3

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#AutoIt3Wrapper_Res_Comment=Shows info about Android Package Files (APK)
77
#AutoIt3Wrapper_Res_Description=APK-Info
88
#AutoIt3Wrapper_Res_LegalCopyright=zoster
9-
#AutoIt3Wrapper_Res_Fileversion=1.32.0.0
9+
#AutoIt3Wrapper_Res_Fileversion=1.33.0.0
1010
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
1111
#pragma compile(AutoItExecuteAllowed True)
1212

13-
$ProgramVersion = "1.32"
14-
$ProgramReleaseDate = "08.12.2018"
13+
$ProgramVersion = "1.33"
14+
$ProgramReleaseDate = "28.06.2019"
1515
$ProgramName = 'APK-Info'
1616

1717
#include <Constants.au3>

Documents/Changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
*** APK-Info 1.33 (28.06.2019)
2+
3+
- Updated binaries for adb and aapt.
4+
- Fixed bugs.
5+
16
*** APK-Info 1.32 (08.12.2018)
27

38
- Updated binaries for adb and aapt.

0 commit comments

Comments
 (0)