From 03c09e1da6253a4b468b2c44b01c26e4f09ed394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 31 Jul 2024 00:53:12 -0700 Subject: [PATCH] version bump - respond to terminal resize events - update packaging script --- gt.1 | 8 ++++---- gt.1.scd | 6 +++--- justfile | 2 +- main.go | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gt.1 b/gt.1 index 117b86c..45b02e6 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.1" "User Commands" +.TH "gt" "1" "2024-07-31" "gt version v0.0.2" "User Commands" .PP .SH NAME .PP -gt - manual page for gt version 0.\&0.\&1 +gt - manual page for gt version 0.\&0.\&2 .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.\&1 +0.\&0.\&2 .PP .SS AUTHOR: .PP @@ -68,7 +68,7 @@ operate on files recursively .RE \fB--work-dir\fR dir, \fB-w\fR dir .RS 4 -operate on files in this `DIRECTORY` +operate on files in this directory .PP .RE \fB--hidden\fR, \fB-h\fR diff --git a/gt.1.scd b/gt.1.scd index 75da2ea..0825445 100644 --- a/gt.1.scd +++ b/gt.1.scd @@ -1,8 +1,8 @@ -gt(1) ["gt version v0.0.1" ["User Commands"]] +gt(1) ["gt version v0.0.2" ["User Commands"]] # NAME -gt \- manual page for gt version 0.0.1 +gt \- manual page for gt version 0.0.2 # 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.1 +0.0.2 ## AUTHOR: diff --git a/justfile b/justfile index 6c3b552..9050cce 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ binary := "gt" -version := "0.0.1" +version := "0.0.2" build_dir := "bin" dist_dir := "dist" cmd := "." diff --git a/main.go b/main.go index 53d258c..04a33fd 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( const ( appname string = "gt" appsubtitle string = "xdg trash cli" - appversion string = "v0.0.1" + appversion string = "v0.0.2" appdesc string = `A small command line program to interface with the Freedesktop.org / XDG trash specification.