diff --git a/build.gradle.kts b/build.gradle.kts index ab29e357..2b99cca0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ plugins { } group = "io.github.udhayarajan" -version = "5.6.9" +version = "5.6.10" // Version Naming incremented if ".." // Priority on incrementing Feature > BugFix > Beta diff --git a/src/commonMain/kotlin/com/mugames/vidsnapkit/network/ProxyException.kt b/src/commonMain/kotlin/com/mugames/vidsnapkit/network/ProxyException.kt index a79b83dd..853a64e5 100644 --- a/src/commonMain/kotlin/com/mugames/vidsnapkit/network/ProxyException.kt +++ b/src/commonMain/kotlin/com/mugames/vidsnapkit/network/ProxyException.kt @@ -25,7 +25,7 @@ package com.mugames.vidsnapkit.network /** * Sometimes there might be trouble connecting * you with the social media's server. - * If you get this error kindly retry the request + * If you get this error kindly retry the request. */ class ProxyException(exception: Exception? = null) : IllegalStateException("Unable to process request because of connection problem", exception)