Skip to content

Commit

Permalink
🔖 Version 1.1.3 (K-RONA) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Jul 24, 2020
1 parent 411e1c6 commit 5da87c1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.1.3 []
Version 1.1.3 [25-07-2020]
- Added new CMS:
- Smartstore
- Solusquare Commerce Cloud
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align='center'>
<img src="https://i.imgur.com/5VYs1m2.png" alt="Logo"> <br>
<a href="https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.1.2"><img src="https://img.shields.io/badge/Version-1.1.2-brightgreen.svg?style=style=flat-square" alt="version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.1.3"><img src="https://img.shields.io/badge/Version-1.1.3-brightgreen.svg?style=style=flat-square" alt="version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/"><img src="https://img.shields.io/badge/python-3-orange.svg?style=style=flat-square" alt="Python Version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/stargazers"><img src="https://img.shields.io/github/stars/Tuhinshubhra/CMSeeK.svg" alt="GitHub stars" /></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/blob/master/LICENSE"><img src="https://img.shields.io/github/license/Tuhinshubhra/CMSeeK.svg" alt="GitHub license" /></a>
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion cmseekdb/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cmseekdb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":""}'
Expand Down
2 changes: 1 addition & 1 deletion current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3

0 comments on commit 5da87c1

Please sign in to comment.