diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-08 22:06:50 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-03-08 22:06:50 +0530 |
commit | 40f41b673988e47194fe518c88ef51598ba650a9 (patch) | |
tree | 225dee599e744966be83c00fd3ab8c9deedefb58 /tessen | |
parent | 4903b3137be9c4d7f17c14f10d8ea28218b6fdcc (diff) |
release: bump the version of tessen to 2.1.0v2.1.0
add changes in README.md, CHANGELOG.md, and the tessen version in
`tessen` itself
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ set +x # GLOBAL VARIABLES -readonly tsn_version="2.1.0-dev" +readonly tsn_version="2.1.0" declare pass_backend dmenu_backend tsn_action tsn_config declare -a dmenu_backend_opts tmp_rofi_opts tmp_wofi_opts declare tsn_userkey tsn_urlkey tsn_autokey tsn_delay tsn_web_browser |