Skip to content

Commit c1c4631

Browse files
committed
version 1.7
1 parent 127b996 commit c1c4631

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BappManifest.bmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Uuid: f9bbac8c4acf4aefa4d7dc92a991af2f
22
ExtensionType: 2
33
Name: Autorize
44
RepoName: autorize
5-
ScreenVersion: 1.6
6-
SerialVersion: 21
5+
ScreenVersion: 1.7
6+
SerialVersion: 22
77
MinPlatformVersion: 0
88
ProOnly: False
99
Author: Barak Tawily, AppSec Labs

helpers/initiator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, extender):
1919

2020
def init_constants(self):
2121
self.contributors = ["Federico Dotta", "mgeeky", "Marcin Woloszyn", "jpginc", "Eric Harris"]
22-
self._extender.version = 1.6
22+
self._extender.version = 1.7
2323
self._extender._log = ArrayList()
2424
self._extender._lock = Lock()
2525

0 commit comments

Comments
 (0)