diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 15:01:53 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-10 15:01:53 +0200 |
| commit | 555e84ce6292e645b1fb5376a31e8b227c473fdc (patch) | |
| tree | 95bdb07ff0dc1c7a6e89b1f6a5431f86e61908c8 /Sources | |
| parent | 3a398bc031f1a1659073208e83d778a357a8243a (diff) | |
Update version
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources/lyricli/lyricli.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/lyricli/lyricli.swift b/Sources/lyricli/lyricli.swift index ad4bb86..13f8f18 100644 --- a/Sources/lyricli/lyricli.swift +++ b/Sources/lyricli/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "1.0.0" + static var version = "2.0.0" // Flag that controls whether we should show the track artist and name before // the lyrics |