File tree Expand file tree Collapse file tree
src/commonMain/kotlin/com/mugames/vidsnapkit/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
2828}
2929
3030group = " io.github.udhayarajan"
31- version = " 5.6.9 "
31+ version = " 5.6.10 "
3232// Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT_OR_PRE_RELEASE>"
3333// Priority on incrementing Feature > BugFix > Beta
3434
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ package com.mugames.vidsnapkit.network
2525/* *
2626 * Sometimes there might be trouble connecting
2727 * you with the social media's server.
28- * If you get this error kindly retry the request
28+ * If you get this error kindly retry the request.
2929 */
3030class ProxyException (exception : Exception ? = null ) :
3131 IllegalStateException (" Unable to process request because of connection problem" , exception)
You can’t perform that action at this time.
0 commit comments