Skip to content

Commit

Permalink
chore: version++
Browse files Browse the repository at this point in the history
  • Loading branch information
Udhayarajan committed Feb 6, 2024
1 parent c289bb8 commit f3d6a56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.8.3"
version = "5.8.4"
// Version Naming incremented if "<NEW_FEATURE_ADDED>.<WORKED_ON_BUG>.<BETA_VERSION_COUNT_OR_PRE_RELEASE>"
// Priority on incrementing Feature > BugFix > Beta

Expand Down
2 changes: 0 additions & 2 deletions src/commonMain/kotlin/com/mugames/vidsnapkit/M3u8.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import java.util.regex.Pattern

class M3u8(private val url: String, private val onProgressCallback: ProgressCallback) {

var TAG = Statics.TAG + ":m3u8"

var info: JSONObject? = null

val httpRequestService by lazy {
Expand Down

0 comments on commit f3d6a56

Please sign in to comment.