From 93d445df01ca9044470b4d31cc729506cd8b627c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 25 Nov 2017 13:31:15 -0600 Subject: Bump the version --- Sources/lyricli.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sources') 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 -- cgit