Skip to content

Commit

Permalink
Upgrade data to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Apr 24, 2024
1 parent 34097bc commit 04d15a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def downloadDataTask = tasks.register('downloadData') {
outputs.file flacFile
outputs.file yamlFile
doLast {
def baseUrl = 'https://github.com/marytts/serbski-institut-hsb-data/releases/download/v0.1.1'
def baseUrl = 'https://github.com/marytts/serbski-institut-hsb-data/releases/download/v0.1.2'
download.run {
src([
"$baseUrl/serbski-institut-hsb-data.flac",
Expand Down

0 comments on commit 04d15a1

Please sign in to comment.