Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 34f77ed

Browse files
committed
v3.2.2
1 parent fcf4696 commit 34f77ed

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bootiso

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
#
55
# Author: jules randolph <jules.sam.randolph@gmail.com> https://github.com/jsamr
66
# License: MIT
7-
# Version 3.2.1
7+
# Version 3.2.2
88

99
set -o pipefail
1010
set -E
1111

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

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# v3.2.1
1+
# v3.2.2
22

3-
**Bugfixes**
3+
- fix typos + rewording messages (@SibrenVasse)
4+
5+
# v3.2.1
46

57
- fix indentation, PR #35
68

0 commit comments

Comments
 (0)