diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:30:21 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-20 11:30:21 -0500 |
| commit | b7375241b8ca1e34d7aca4aa77414f699985cdf7 (patch) | |
| tree | 01141c277297535867c7adb912b946796cd9e7a8 /Sources | |
| parent | 6536622bd1946cf297a311a946d5ad9eba126263 (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 7d77a51..91e0c51 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "0.1.0" + static var version = "0.2.0" // Flag that controls whether we should show the track artist and name before // the lyrics |