We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a777a commit 8e9eff0Copy full SHA for 8e9eff0
README.md
@@ -22,7 +22,7 @@ Enter `cratetom3u --help` for a list of all options:
22
23
```
24
MyMachine:~ myuser$ cratetom3u --help
25
-cratetom3u 0.2.3
+cratetom3u 0.2.4
26
cratetom3u is a tool to convert .crate files to .m3u playlist files.
27
(Please note that "smart crates" are not supported.)
28
src/main/scala/io/github/martinhh/sl/ProjectDefs.scala
@@ -2,4 +2,4 @@ package io.github.martinhh.sl
2
3
object ProjectDefs:
4
val BinaryName: String = "cratetom3u"
5
- val Version: String = "0.2.4-SNAPSHOT"
+ val Version: String = "0.2.4"
0 commit comments