Skip to content

Commit

Permalink
build: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Feb 24, 2024
1 parent 94674bb commit 56bc62c
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.4"
version = "0.2.0"

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

0 comments on commit 56bc62c

Please sign in to comment.