Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Dec 24, 2019
1 parent 51a334c commit 43fa304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/statusbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewStatusBar(configFileName string, palette console.Palette) *StatusBar {

block := *ui.NewBlock()
block.Border = false
text := fmt.Sprintf(" %s %s | %s", console.AppTitle, console.AppVersion, configFileName)
text := fmt.Sprintf(" %s %s @ %s", console.AppTitle, console.AppVersion, configFileName)

return &StatusBar{
Block: NewBlock("", false, palette),
Expand Down
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
ColumnsCount = 80
RowsCount = 40
AppTitle = "sampler"
AppVersion = "1.0.3"
AppVersion = "1.1.0"
)

const (
Expand Down

0 comments on commit 43fa304

Please sign in to comment.