Skip to content

Commit db7dd89

Browse files
committed
Version bump
1 parent a0d3c1b commit db7dd89

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rmtrash 1.14
1+
rmtrash 1.15
22
============
33

44
Put files (and directories) in trash using the ```trash-put``` command from [trash-cli](https://github.com/andreafrancia/trash-cli), in a way that (unlike ```trash-put``` itself) is compatible with GNU's ```rm``` and ```rmdir```.

rmdirtrash

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# rmdirtrash - `rmdir` compatible layer for `trash`
3-
# Version 1.14 (build 20201127)
3+
# Version 1.15 (build 20230902)
44
#
55
#
66
# SHORT DESCRIPTION:
@@ -130,12 +130,14 @@
130130
# * fixing GitHub Issue #10
131131
# v1.14 - 2020-11-27 16:02:00+0200
132132
# * fixing GitHub Issue #15
133+
# v1.15 - 2023-09-02 10:57:00+0200
134+
# / no changes
133135

134136
LC_ALL=C
135137
APP_NAME=$(basename "$0")
136138

137-
VERSION="1.14"
138-
BUILD="20201127"
139+
VERSION="1.15"
140+
BUILD="20230902"
139141

140142
function showUsage() {
141143
echo "Usage:"

rmtrash

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# rmtrash - `rm` compatible layer for `trash`
3-
# Version 1.14 (build 20201127)
3+
# Version 1.15 (build 20230902)
44
#
55
#
66
# SHORT DESCRIPTION:
@@ -147,12 +147,14 @@
147147
# * fixing GitHub Issue #10
148148
# v1.14 - 2020-11-27 16:02:00+0200
149149
# / no changes
150+
# v1.15 - 2023-09-02 10:57:00+0200
151+
# * fixing GitHub Issue #18
150152

151153
LC_ALL=C
152154
APP_NAME="$(basename "$0")"
153155

154-
VERSION="1.14"
155-
BUILD="20201127"
156+
VERSION="1.15"
157+
BUILD="20230902"
156158

157159
function showUsage() {
158160
echo "Usage:"

0 commit comments

Comments
 (0)