Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol committed Jul 4, 2024
1 parent f17b0ca commit 697c83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/player.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typedef struct
} PixelData;
#endif

const char VERSION[] = "2.5.1";
const char VERSION[] = "2.6.0";
const int ABSOLUTE_MIN_WIDTH = 68;
bool visualizerEnabled = true;
bool coverEnabled = true;
Expand All @@ -39,7 +39,7 @@ bool resetPlaylistDisplay = true;
bool fastForwarding = false;
bool rewinding = false;
bool nerdFontsEnabled = true;
int numProgressBars = 15;
int numProgressBars = 35;
int elapsedBars = 0;
int chosenRow = 0;
int chosenSong = 0;
Expand Down

0 comments on commit 697c83a

Please sign in to comment.