gearing up for alpha2 release :)

This commit is contained in:
Drew Weymouth
2023-03-17 18:36:46 -07:00
parent 45604eecb6
commit 3afc22bf79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log # Change Log
## [Unreleased] ## [0.0.1-alpha2] - 2023-03-17
### Added ### Added
- [#73](https://github.com/dweymouth/supersonic/issues/73) Added "Play Random" button to genre page to play random songs - [#73](https://github.com/dweymouth/supersonic/issues/73) Added "Play Random" button to genre page to play random songs
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const ( const (
appname = "supersonic" appname = "supersonic"
displayName = "Supersonic" displayName = "Supersonic"
appVersion = "0.0.1-alpha1" appVersion = "0.0.1-alpha2"
configFile = "config.toml" configFile = "config.toml"
) )