diff options
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources/lyricli.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/lyricli.swift b/Sources/lyricli.swift index e7d14b9..7d77a51 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "0.0.0" + static var version = "0.1.0" // Flag that controls whether we should show the track artist and name before // the lyrics |