Skip to content

Commit

Permalink
chore: Update project version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Jul 28, 2024
1 parent 45bf57f commit 315d3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

project.group = "com.github.appujet"
project.version = "0.1.5"
project.version = "0.1.6"
val archivesBaseName = "jiosaavn"

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("com.github.breadmoirai.github-release")
}

val pluginVersion = Version(0, 1, 5)
val pluginVersion = Version(0, 1, 6)

group = "com.github.appujet"
version = "$pluginVersion"
Expand Down

0 comments on commit 315d3d1

Please sign in to comment.