diff --git a/CHANGELOG b/CHANGELOG index 1fe94951..ecef6021 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 1.1.3 [] +Version 1.1.3 [25-07-2020] - Added new CMS: - Smartstore - Solusquare Commerce Cloud diff --git a/README.md b/README.md index 3b35a56b..56d47949 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
@@ -13,6 +13,7 @@
## Release History
```
+- Version 1.1.3 [25-07-2020]
- Version 1.1.2 [19-05-2019]
- Version 1.1.1 [01-02-2019]
- Version 1.1.0 [28-08-2018]
diff --git a/cmseekdb/basic.py b/cmseekdb/basic.py
index 037d9a8c..5127add0 100644
--- a/cmseekdb/basic.py
+++ b/cmseekdb/basic.py
@@ -86,7 +86,7 @@ def banner (txt):
print(bold + fgreen + """
{1} {5}___ _ _ {1}__{5}__ ____ {1}____{5} _ {1}_{5}
| |{1}\/{5}| {1}[{5}__ {1}|{5}___ |{1}___{5} |{1}_{5}/ {0}by {4}@r3dhax0r{5}
-{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} SHELDON
+{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} K-RONA
""".format(orange, lblue, yellow, cmseek_version, red, white))
if txt != "":
print(whitebg + black + bold)
diff --git a/cmseekdb/config.py b/cmseekdb/config.py
index 19c33c08..37742dec 100644
--- a/cmseekdb/config.py
+++ b/cmseekdb/config.py
@@ -15,7 +15,7 @@
cver = rv.read().replace('\n','')
cmseek_version = cver
except:
- cmseek_version = '1.1.2' # Failsafe measure i guess
+ cmseek_version = '1.1.3' # Failsafe measure i guess
# well the log containing variable, no need to edit anything here
log = '{"url":"","last_scanned":"","detection_param":"","cms_id":"","cms_name":"","cms_url":""}'
diff --git a/current_version b/current_version
index 45a1b3f4..781dcb07 100644
--- a/current_version
+++ b/current_version
@@ -1 +1 @@
-1.1.2
+1.1.3