Bump versions.
This commit is contained in:
parent
b8d4d493f1
commit
d96b326f35
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue