From 555e84ce6292e645b1fb5376a31e8b227c473fdc Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 10 Apr 2023 15:01:53 +0200 Subject: Update version --- 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 ad4bb86..13f8f18 100644 --- a/Sources/lyricli/lyricli.swift +++ b/Sources/lyricli/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "1.0.0" + static var version = "2.0.0" // Flag that controls whether we should show the track artist and name before // the lyrics -- cgit