Skip to content

Commit a5405db

Browse files
xafgithub-actions[bot]
authored andcommitted
🔖🐛 Release version 1.5.1
1 parent f4ee14a commit a5405db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You can refer to the [README](https://github.com/XaF/qolsysgw#readme) for the de
4040
{% else -%}
4141
{% set parsed_version = version_installed.split('-')[0].replace('v', '').split('.') | map('int') | list -%}
4242
## ChangeLog
43-
{% if true -%}
44-
### _Next (dev)_
43+
{% if parsed_version < [1, 5, 1] -%}
44+
### Version 1.5.1
4545

4646
* 🐛 **[bugfix]** fix: 🐛 replace accents and others when generating ids (#142)
4747
{% endif %}

0 commit comments

Comments
 (0)