diff --git a/app/build.gradle b/app/build.gradle
index 4f86d68..38a8c01 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "org.itxtech.daedalus"
minSdkVersion 15
targetSdkVersion 25
- versionCode 3
- versionName "1.2.0"
+ versionCode 4
+ versionName "1.3.0"
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
diff --git a/app/src/main/assets/about_html/index.html b/app/src/main/assets/about_html/index.html
index 7e4961b..8b284c1 100644
--- a/app/src/main/assets/about_html/index.html
+++ b/app/src/main/assets/about_html/index.html
@@ -45,9 +45,9 @@