diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-11-25 13:31:15 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-11-25 13:31:15 -0600 |
| commit | 93d445df01ca9044470b4d31cc729506cd8b627c (patch) | |
| tree | f1d566446d5af6e2cbedd23e822834453473cb8c /Sources | |
| parent | e82ec845286f902e4669279d5f1fb6b0097f0bc2 (diff) | |
Bump 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 91e0c51..8aeb5c0 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "0.2.0" + static var version = "0.3.0" // Flag that controls whether we should show the track artist and name before // the lyrics |