diff --git a/README.md b/README.md
index 671ed50fc..4c84f0209 100755
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
![](banner.png)
-[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v13.2-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v13.2/com.smartpack.kernelmanager-v13.2-release.apk)
+[![](https://img.shields.io/badge/SmartPack--Kernel%20Manager-v13.4-green)](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v13.4/com.smartpack.kernelmanager-v13.4-release.apk)
![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/total)
-![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v13.2/total)
+![](https://img.shields.io/github/downloads/SmartPack/SmartPack-Kernel-Manager/v13.4/total)
![](https://img.shields.io/github/contributors/smartpack/SmartPack-Kernel-Manager)
![](https://img.shields.io/github/license/smartpack/SmartPack-Kernel-Manager)
@@ -16,7 +16,7 @@ Welcome to the stable development channel of SmartPack-Kernel M
height="80">](https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager)
[](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v13.2/com.smartpack.kernelmanager-v13.2-release.apk)
+ height="80">](https://github.com/SmartPack/SmartPack-Kernel-Manager/releases/download/v13.4/com.smartpack.kernelmanager-v13.4-release.apk)
## Features
* Almost all the features available in Kernel Adiutor.
diff --git a/app/build.gradle b/app/build.gradle
index 44460577a..944392613 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.kernelmanager"
minSdkVersion 21
targetSdkVersion 29
- versionCode 132
- versionName "13.2"
+ versionCode 134
+ versionName "13.4"
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/change-logs.md b/change-logs.md
index e052551fc..7566c2914 100644
--- a/change-logs.md
+++ b/change-logs.md
@@ -1,5 +1,9 @@
# Change-logs
+## 111. September 13, 2020
+*Release-tag: v13.4*
+Updated IO Readahead minimum & offset values. Updated polish translation (credits: @Fruity-0). Improved AdLayout to avoid overlapping with other items. Miscellaneous changes.
+
## 110. September 02, 2020
*Release-tag: v13.2*
Updated Polish translations (credits: @Fruity-0). Removed bottom loading message. Improved Navigation Bar response on Overall page (credits: @mpschahal16). Miscellaneous changes.
diff --git a/download/App-update.json b/download/App-update.json
index 3a1db89b2..206885de1 100644
--- a/download/App-update.json
+++ b/download/App-update.json
@@ -1,5 +1,5 @@
{
- "releaseNotes": "Change-logs\n - Updated Polish translations (credits: @Fruity-0).\n - Removed bottom loading message.\n - Improved Navigation Bar response on Overall page (credits: @mpschahal16).\n - Miscellaneous changes.",
- "latestVersion": "13.2",
- "latestVersionCode": 132
+ "releaseNotes": "Change-logs\n - Updated IO Readahead minimum & offset values.\n - Updated polish translation (credits: @Fruity-0).\n - Improved AdLayout to avoid overlapping with other items.\n - Miscellaneous changes.",
+ "latestVersion": "13.4",
+ "latestVersionCode": 134
}
\ No newline at end of file
diff --git a/download/com.smartpack.kernelmanager.apk b/download/com.smartpack.kernelmanager.apk
index 58b9db5fc..1356f17c4 100644
Binary files a/download/com.smartpack.kernelmanager.apk and b/download/com.smartpack.kernelmanager.apk differ