]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Sources/lyricli.swift
Set the version to 0.0.0
[rbdr/lyricli] / Sources / lyricli.swift
index c44a7f401f4e9d3e20af94f58531764700340e70..10d9270f541d038314b732b26b92ee0b6fae1120 100644 (file)
@@ -1,6 +1,6 @@
 /// The main Lyricli interface
 public class Lyricli {
-    public static var version = "0.0.0-feature/option-parsing"
+    public static var version = "0.0.0"
 
     public static var showTitle = false
 
@@ -18,13 +18,11 @@ public class Lyricli {
                 }
 
                 print(lyrics)
-            }
-            else {
+            } else {
                 print("Lyrics not found :(")
             }
 
-        }
-        else {
+        } else {
             print("No Artist/Song could be found :(")
         }
     }