diff --git a/res/emptty.1 b/res/emptty.1 index 9bc0d0f..02c938d 100644 --- a/res/emptty.1 +++ b/res/emptty.1 @@ -1,4 +1,4 @@ -.TH EMPTTY 1 "February 2024" "emptty 0.12.0" emptty +.TH EMPTTY 1 "June 2024" "emptty 0.12.1" emptty .SH NAME emptty \- Dead simple CLI Display Manager on TTY diff --git a/screenshot.png b/screenshot.png index b34f0f3..98cab0f 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/src/emptty.go b/src/emptty.go index 70c751c..af671d4 100644 --- a/src/emptty.go +++ b/src/emptty.go @@ -9,7 +9,7 @@ import ( "syscall" ) -const version = "0.12.0" +const version = "0.12.1" var buildVersion string