diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:35:15 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 21:35:15 -0500 |
| commit | c71a08f54d2846ca1d2139120d53aa36485e6752 (patch) | |
| tree | a14b2541dc0b40ab95da88b5977bb191ca065b9a /Sources | |
| parent | 9cf995f0faa99868b3a6204332571511e9155f9d (diff) | |
Bumping to 1.0.0 to use semver
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 c4136fb..043c004 100644 --- a/Sources/lyricli/lyricli.swift +++ b/Sources/lyricli/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "0.4.0" + static var version = "1.0.0" // Flag that controls whether we should show the track artist and name before // the lyrics |