bump version to 0.10.2
This commit is contained in:
parent
6e5a54c5b5
commit
837b81de92
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
Changelog for zsh-auto-notify
|
Changelog for zsh-auto-notify
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
0.10.2
|
||||||
|
------
|
||||||
|
* Use preferable array argument expansion for flexible parameters
|
||||||
|
|
||||||
0.10.1
|
0.10.1
|
||||||
------
|
------
|
||||||
* Fix regression where not setting icon on Linux would cause issues (#59 #58)
|
* Fix regression where not setting icon on Linux would cause issues (#59 #58)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export AUTO_NOTIFY_VERSION="0.10.1"
|
export AUTO_NOTIFY_VERSION="0.10.2"
|
||||||
|
|
||||||
# Time it takes for a notification to expire
|
# Time it takes for a notification to expire
|
||||||
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue