Skip to content

Commit 46c2460

Browse files
committed
1.18.1 release
1 parent 4bd5acc commit 46c2460

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4+
## 1.18.1 (2021-01-21)
5+
### Bugfixes
6+
- Fix bug that prevented email to be sent if old mail command was installed
7+
48
## 1.18.0 (2020-11-25)
59
### New features
610
- New function `lb_ami_root` to test if current user is root

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 Jean Prunneaux https://jean.prunneaux.com
3+
Copyright (c) 2017-2021 Jean Prunneaux https://jean.prunneaux.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

examples/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# libbash.sh complete demo
44
#
55
# MIT License
6-
# Copyright (c) 2017-2020 Jean Prunneaux
6+
# Copyright (c) 2017-2021 Jean Prunneaux
77
# Website: https://github.com/pruje/libbash.sh
88
#
99

inc/libbash_gui.vbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
' # Functions for display GUI tools using VBScript #
55
' # #
66
' # MIT License #
7-
' # Copyright (c) 2017-2020 Jean Prunneaux #
7+
' # Copyright (c) 2017-2021 Jean Prunneaux #
88
' # Website: https://github.com/pruje/libbash.sh #
99
' # #
1010
' ########################################################

libbash.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# A library of useful functions for bash developers #
55
# #
66
# MIT License #
7-
# Copyright (c) 2017-2020 Jean Prunneaux #
7+
# Copyright (c) 2017-2021 Jean Prunneaux #
88
# Website: https://github.com/pruje/libbash.sh #
99
# #
10-
# Version 1.18.0 (2020-11-25) #
10+
# Version 1.18.1 (2021-01-21) #
1111
# #
1212
########################################################
1313

14-
declare -r lb_version=1.18.0
14+
declare -r lb_version=1.18.1
1515

1616
# Index
1717
#

libbash_gui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Functions to extend bash scripts to GUI tools #
55
# #
66
# MIT License #
7-
# Copyright (c) 2017-2020 Jean Prunneaux #
7+
# Copyright (c) 2017-2021 Jean Prunneaux #
88
# Website: https://github.com/pruje/libbash.sh #
99
# #
10-
# Version 1.18.0 (2020-11-25) #
10+
# Version 1.18.1 (2021-01-21) #
1111
# #
1212
########################################################
1313

locales/fr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file is part of libbash.sh (https://github.com/pruje/libbash.sh)
55
#
66
# MIT License
7-
# Copyright (c) 2017-2020 Jean Prunneaux
7+
# Copyright (c) 2017-2021 Jean Prunneaux
88
#
99

1010
lb__result_ok_label="... Terminé!"

0 commit comments

Comments
 (0)