From c71a08f54d2846ca1d2139120d53aa36485e6752 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 21:35:15 -0500 Subject: Bumping to 1.0.0 to use semver --- Sources/lyricli/lyricli.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources') 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 -- cgit