Skip to content

Commit

Permalink
Merge pull request #39 from Udhayarajan/patch-2
Browse files Browse the repository at this point in the history
forcing release in pipeline
  • Loading branch information
Udhayarajan authored Jul 23, 2023
2 parents e57f875 + ab8f087 commit c342762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
}

group = "io.github.udhayarajan"
version = "5.6.9"
version = "5.6.10"
// Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT_OR_PRE_RELEASE>"
// Priority on incrementing Feature > BugFix > Beta

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c342762

Please sign in to comment.