Skip to content

Commit 009241d

Browse files
committed
Bump PyPI version to v2.1.5
1 parent 581ae51 commit 009241d

20 files changed

+24
-24
lines changed

apkid/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""
3-
Copyright (C) 2022 RedNaga. https://rednaga.io
3+
Copyright (C) 2023 RedNaga. https://rednaga.io
44
All rights reserved. Contact: rednaga@protonmail.com
55
66
@@ -26,7 +26,7 @@
2626
"""
2727

2828
__title__ = 'apkid'
29-
__version__ = '2.1.4'
29+
__version__ = '2.1.5'
3030
__author__ = 'Caleb Fenton & Tim Strazzere'
3131
__license__ = 'GPL & Commercial'
32-
__copyright__ = 'Copyright (C) 2022 RedNaga'
32+
__copyright__ = 'Copyright (C) 2023 RedNaga'

apkid/apkid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (C) 2022 RedNaga. https://rednaga.io
2+
Copyright (C) 2023 RedNaga. https://rednaga.io
33
All rights reserved. Contact: rednaga@protonmail.com
44
55

apkid/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (C) 2022 RedNaga. https://rednaga.io
2+
Copyright (C) 2023 RedNaga. https://rednaga.io
33
All rights reserved. Contact: rednaga@protonmail.com
44
55

apkid/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (C) 2022 RedNaga. https://rednaga.io
2+
Copyright (C) 2023 RedNaga. https://rednaga.io
33
All rights reserved. Contact: rednaga@protonmail.com
44
55

apkid/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (C) 2022 RedNaga. https://rednaga.io
2+
Copyright (C) 2023 RedNaga. https://rednaga.io
33
All rights reserved. Contact: rednaga@protonmail.com
44
55

apkid/rules/apk/common.yara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 RedNaga. https://rednaga.io
2+
* Copyright (C) 2023 RedNaga. https://rednaga.io
33
* All rights reserved. Contact: rednaga@protonmail.com
44
*
55
*

apkid/rules/dex/abnormal.yara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 RedNaga. https://rednaga.io
2+
* Copyright (C) 2023 RedNaga. https://rednaga.io
33
* All rights reserved. Contact: rednaga@protonmail.com
44
*
55
*

apkid/rules/dex/anti-vm.yara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 RedNaga. https://rednaga.io
2+
* Copyright (C) 2023 RedNaga. https://rednaga.io
33
* All rights reserved. Contact: rednaga@protonmail.com
44
*
55
*

apkid/rules/dex/common.yara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 RedNaga. https://rednaga.io
2+
* Copyright (C) 2023 RedNaga. https://rednaga.io
33
* All rights reserved. Contact: rednaga@protonmail.com
44
*
55
*

apkid/rules/dex/compilers.yara

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 RedNaga. https://rednaga.io
2+
* Copyright (C) 2023 RedNaga. https://rednaga.io
33
* All rights reserved. Contact: rednaga@protonmail.com
44
*
55
*

0 commit comments

Comments
 (0)