Skip to content

Commit

Permalink
release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Jan 17, 2020
1 parent 5ba0e3b commit 269f10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GPLv3 License](https://img.shields.io/badge/license-GPL%20v3-498e7f.svg?style=flat)](/COPYING)


Version 2.2.0, January 2020
Version 2.2.1, January 2020

<pre><code><b>walk</b> [<b>-cyA</b>] [<b>--</b>] <i>ARCHIVE</i></code></pre>

Expand Down
2 changes: 1 addition & 1 deletion doc/walk.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH WALK "1" "January 2020" "walk 2.2.0" "walk"
.TH WALK "1" "January 2020" "walk 2.2.1" "walk"
.SH NAME
walk \- enter and manipulate archive files like directories
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions src/walk.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

# walk v2.2.0
# walk v2.2.1
#
# Copyright (C) 2017-2020 Maximilian L. Eul
# This file is part of walk.
Expand Down Expand Up @@ -105,7 +105,7 @@ syntaxline="syntax: $prog [-cyA] ARCHIVE "
help () {
printf '%s\n' "$syntaxline"
echo ""
echo "walk v2.2.0 will unpack an archive file into a new directory of the"
echo "walk v2.2.1 will unpack an archive file into a new directory of the"
echo "same name and spawn a new shell within that directory. After said"
echo "shell terminates, walk will ask you whether you want to re-create"
echo "the archive from that directory and whether you want to delete the"
Expand Down

0 comments on commit 269f10f

Please sign in to comment.