Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raitonoberu committed Apr 16, 2024
1 parent 18fe158 commit 40fa29d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"errors"
"fmt"
"os"
"strings"

"sptlrx/config"
"sptlrx/lyrics"
"sptlrx/player"
Expand All @@ -12,7 +14,6 @@ import (
"sptlrx/services/local"
"sptlrx/services/spotify"
"sptlrx/ui"
"strings"

tea "github.com/charmbracelet/bubbletea"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -50,7 +51,7 @@ var rootCmd = &cobra.Command{
Use: "sptlrx",
Short: "Synchronized lyrics in your terminal",
Long: "A CLI app that shows time-synchronized lyrics in your terminal",
Version: "v1.2.1",
Version: "v1.2.2",
SilenceUsage: true,

RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 40fa29d

Please sign in to comment.