Skip to content

Commit

Permalink
build: bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Dec 31, 2023
1 parent 9a5ad20 commit d97daff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmpv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ publishing {
create<MavenPublication>("release") {
groupId = "dev.jdtech.mpv"
artifactId = "libmpv"
version = "0.1.3"
version = "0.1.4"

afterEvaluate {
from(components["release"])
Expand Down

0 comments on commit d97daff

Please sign in to comment.