Bump versions.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-02 17:49:15 +01:00
commit d96b326f35

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Bash INI file parser version: 0.1.3 # Bash INI file parser version: 0.1.4
# Copyright (c) 2019-2024: # Copyright (c) 2019-2024:
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk> # Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
# Licensed under the terms of the GNU General Public License version 3. # Licensed under the terms of the GNU General Public License version 3.
@ -253,7 +253,7 @@ parser_help() {
parser_version() { parser_version() {
#........1.........2.........3.........4.........5.........6.........7.........8 #........1.........2.........3.........4.........5.........6.........7.........8
cat <<-EOF cat <<-EOF
Bash INI file parser v0.1.1. Bash INI file parser v0.1.4.
Copyright (C) 2019 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>. Copyright (C) 2019 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>.
Licensed under the terms of the GNU General Public Licence version 3. Licensed under the terms of the GNU General Public Licence version 3.