From ab8f0872fdb995855a995ccc95c1c13efe15165a Mon Sep 17 00:00:00 2001 From: udhayarajan Date: Sun, 23 Jul 2023 19:55:34 +0530 Subject: [PATCH] fix: version update, forcing release in pipeline --- build.gradle.kts | 2 +- .../kotlin/com/mugames/vidsnapkit/network/ProxyException.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)