Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed May 10, 2015
1 parent b8a3216 commit b4c4615
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rmtrash 1.10
rmtrash 1.11
============
Put files (and directories) in trash using the ```trash-put``` command in a way that is, otherwise as ```trash-put``` itself, compatible to GNUs ```rm``` and ```rmdir```.

Expand Down
6 changes: 3 additions & 3 deletions rmdirtrash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# rmdirtrash - `rmdir` compatible layer for `trash`
# Version 1.10 (build 20150324)
# Version 1.11 (build 20150511)
#
#
# SHORT DESCRIPTION:
Expand Down Expand Up @@ -131,8 +131,8 @@
LC_ALL=C
APP_NAME=$(basename "$0")

VERSION="1.10"
BUILD="20150324"
VERSION="1.11"
BUILD="20150511"

function showUsage() {
echo "Usage:"
Expand Down
6 changes: 3 additions & 3 deletions rmtrash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# rmtrash - `rm` compatible layer for `trash`
# Version 1.10 (build 20150324)
# Version 1.11 (build 20150511)
#
#
# SHORT DESCRIPTION:
Expand Down Expand Up @@ -148,8 +148,8 @@
LC_ALL=C
APP_NAME="$(basename "$0")"

VERSION="1.10"
BUILD="20150324"
VERSION="1.11"
BUILD="20150511"

function showUsage() {
echo "Usage:"
Expand Down

0 comments on commit b4c4615

Please sign in to comment.