diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 09:50:16 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 09:50:16 -0500 |
| commit | 0d4485a445dd387235c141afca7764481eac0311 (patch) | |
| tree | 5df111da5948ea198c5db1ca8f62e6c6ebe51178 /Sources | |
| parent | 29a566fada656091bf92456f6fb0f1bea5b6dca3 (diff) | |
Update the version
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 |