Skip to content

Commit 8e9eff0

Browse files
committed
release: version 0.2.4
1 parent 55a777a commit 8e9eff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Enter `cratetom3u --help` for a list of all options:
2222

2323
```
2424
MyMachine:~ myuser$ cratetom3u --help
25-
cratetom3u 0.2.3
25+
cratetom3u 0.2.4
2626
cratetom3u is a tool to convert .crate files to .m3u playlist files.
2727
(Please note that "smart crates" are not supported.)
2828

src/main/scala/io/github/martinhh/sl/ProjectDefs.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package io.github.martinhh.sl
22

33
object ProjectDefs:
44
val BinaryName: String = "cratetom3u"
5-
val Version: String = "0.2.4-SNAPSHOT"
5+
val Version: String = "0.2.4"

0 commit comments

Comments
 (0)