We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcae734 commit a2ccd83Copy full SHA for a2ccd83
help.go
@@ -60,7 +60,7 @@ func about(w, h int) tview.Primitive { //nolint:ireturn,varnamelen
60
table.SetCell(i, 1, tview.NewTableCell(key.help).
61
SetAlign(tview.AlignLeft).SetExpansion(1).SetTextColor(tcell.ColorBlue))
62
}
63
- about := "\n\nbboltEdit\n\nVersion 0.1.1\n\n© 2025 Matthew R Kasun\n\nhttps://github.com/devilcove/bboltEdit" //nolint:lll
+ about := "\n\nbboltEdit\n\nVersion 0.1.2\n\n© 2025 Matthew R Kasun\n\nhttps://github.com/devilcove/bboltEdit" //nolint:lll
64
grid := tview.NewGrid().
65
SetRows(0, 1, 1, 1, 1, 0).
66
SetColumns(0, 1).
0 commit comments