Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jan 28, 2019
1 parent fcf4696 commit 34f77ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootiso
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# Author: jules randolph <jules.sam.randolph@gmail.com> https://github.com/jsamr
# License: MIT
# Version 3.2.1
# Version 3.2.2

set -o pipefail
set -E

version="3.2.1"
version="3.2.2"
scriptName=$(basename "$0")
bashVersion=$(echo "$BASH_VERSION" | cut -d. -f1)

Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# v3.2.1
# v3.2.2

**Bugfixes**
- fix typos + rewording messages (@SibrenVasse)

# v3.2.1

- fix indentation, PR #35

Expand Down

0 comments on commit 34f77ed

Please sign in to comment.