Skip to content

Commit 4e83e8b

Browse files
committed
Update to BM 5.19
1 parent a88db3b commit 4e83e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/versions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// == Hardcoded BlueMap CLI JAR download URL and hash ==
2-
const blueMapTag = "5.18";
2+
const blueMapTag = "5.19";
33
const blueMapCliJarHash =
4-
"84ccd6857f63f1094a0222417245eab80e2ab714f35d7257d3f7b3c04dfde5eb"; //SHA256
4+
"75fd4c2c3140b7453575629a666573581b2950dd5833c92f30152229fba60ca2"; //SHA256
55

66
// == Derived variables ==
77
final blueMapCliJarUrl = Uri.https(

0 commit comments

Comments
 (0)