Skip to content

Commit c342762

Browse files
authored
Merge pull request #39 from Udhayarajan/patch-2
forcing release in pipeline
2 parents e57f875 + ab8f087 commit c342762

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828
}
2929

3030
group = "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

src/commonMain/kotlin/com/mugames/vidsnapkit/network/ProxyException.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
3030
class ProxyException(exception: Exception? = null) :
3131
IllegalStateException("Unable to process request because of connection problem", exception)

0 commit comments

Comments
 (0)