Skip to content

Commit

Permalink
fix: version update, forcing release in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Jul 23, 2023
1 parent e57f875 commit ab8f087
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 ab8f087

Please sign in to comment.