diff --git a/LICENSE b/LICENSE
index 7956b13..e0e7217 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2018-2019 Energized Protection
+Copyright (c) 2018-2020 Energized Protection
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index e2e7509..288b5fe 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,16 @@
@@ -67,7 +67,7 @@
Requirements
------
- - Magisk v20.0+
+ - Use Magisk v20.4 for better compatibility.
Run
------
@@ -187,33 +187,10 @@ Uninstall
Changelog
------
-v.1.2.2β
-- Fixed pack download issue in menu mode.
-- Updated `--help` details.
-
-v.1.2.1β
-- Added missing awk alias.
-
-v.1.2.0β
+v.1.2.5
+- Added CLI Flag support.
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk `)
-- Fixed basic file setup issue.
-- Beautify the module scripts.
-- Fixed typo.
-
-v.1.0.0β
-- Added CLI Flag support.
-- Added Magisk 20+ compatibility.
- Added user config support.
- Improved blacklist, whitelist and redirectlist functions.
- Improved instant blacklist, whitelist and redirectlist functions.
@@ -224,13 +201,16 @@ v.1.0.0β
- Added more functions. Use `ep -h` or `ep --help` for more info.
- Updated H&WB function to support automatic extension and current IP detection.
- Improved and updated almost all of the functions to match new changes.
+- Fixed domain counting awk segmentation fault error.
- UI revamped. A lot of things have been updated.
+- Beautify the module scripts.
- Updated sleep parameters.
- Script was re-written and lot of new patches have been applied.
-- Fixed known bugs so far.
+- Fixed new change related issues so far.
+- Script improvement and fix patches applied.
-
-[_*Previous Changes_](https://gist.github.com/AdroitAdorKhan/fb81c83b0339e89913bc9f252e2f313d)
+
+[_*Previous Changes_](https://gist.github.com/AdroitAdorKhan/fb81c83b0339e89913bc9f252e2f313d) | [_**Beta Builds and Changes_](https://github.com/EnergizedProtection/magisk/releases)
## Check Energized
------
diff --git a/module.prop b/module.prop
index 9e49929..4b5bbfa 100644
--- a/module.prop
+++ b/module.prop
@@ -1,6 +1,6 @@
id=energizedprotection
name=Energized Protection
-version=1.2.2β
-versionCode=200523122
+version=1.2.5
+versionCode=200524125
author=AdroitAdorKhan
description=Let's make an annoyance free better open internet, altogether! https://energized.pro
diff --git a/system/bin/energized b/system/bin/energized
index 8dd2584..5c42c64 100644
--- a/system/bin/energized
+++ b/system/bin/energized
@@ -96,8 +96,8 @@ currentIP=$(grep -o -m 1 '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}
# ----------------------------------------
# Versioning & Date
# ----------------------------------------
-version=$Y'1.2.2β'$N > /dev/null 2>&1
-releaseDate=$G'May 23, 2020'$N > /dev/null 2>&1
+version=$Y'1.2.5'$N > /dev/null 2>&1
+releaseDate=$G'May 24, 2020'$N > /dev/null 2>&1
date=$(date "+%d.%m.%Y %H:%M:%S")
# ----------------------------------------