diff --git a/gt.1 b/gt.1 index 45b02e6..2bf5259 100644 --- a/gt.1 +++ b/gt.1 @@ -5,11 +5,11 @@ .nh .ad l .\" Begin generated content: -.TH "gt" "1" "2024-07-31" "gt version v0.0.2" "User Commands" +.TH "gt" "1" "2024-08-15" "gt version v0.0.3" "User Commands" .PP .SH NAME .PP -gt - manual page for gt version 0.\&0.\&2 +gt - manual page for gt version 0.\&0.\&3 .PP .SH DESCRIPTION .PP @@ -27,7 +27,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash.\& .PP .SS VERSION: .PP -0.\&0.\&2 +0.\&0.\&3 .PP .SS AUTHOR: .PP diff --git a/gt.1.scd b/gt.1.scd index 0825445..8b521f9 100644 --- a/gt.1.scd +++ b/gt.1.scd @@ -1,8 +1,8 @@ -gt(1) ["gt version v0.0.2" ["User Commands"]] +gt(1) ["gt version v0.0.3" ["User Commands"]] # NAME -gt \- manual page for gt version 0.0.2 +gt \- manual page for gt version 0.0.3 # DESCRIPTION @@ -20,7 +20,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash. F ## VERSION: -0.0.2 +0.0.3 ## AUTHOR: diff --git a/justfile b/justfile index 9050cce..495fc0e 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ binary := "gt" -version := "0.0.2" +version := "0.0.3" build_dir := "bin" dist_dir := "dist" cmd := "." diff --git a/main.go b/main.go index 241eb98..98a975b 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( const ( appname string = "gt" appsubtitle string = "xdg trash cli" - appversion string = "v0.0.2" + appversion string = "v0.0.3" appdesc string = `A small command line program to interface with the Freedesktop.org / XDG trash specification.