diff --git a/res/emptty.1 b/res/emptty.1 index e778f7c..c172b65 100644 --- a/res/emptty.1 +++ b/res/emptty.1 @@ -1,4 +1,4 @@ -.TH EMPTTY 1 "May 2022" "emptty 0.8.0" emptty +.TH EMPTTY 1 "June 2022" "emptty 0.8.1" emptty .SH NAME emptty \- Dead simple CLI Display Manager on TTY diff --git a/screenshot.png b/screenshot.png index 2d94a6d..d9f39db 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/emptty.go b/src/emptty.go index de468aa..ed22c07 100644 --- a/src/emptty.go +++ b/src/emptty.go @@ -7,7 +7,7 @@ import ( "strings" ) -const version = "0.8.0" +const version = "0.8.1" var buildVersion string