Skip to content

Commit

Permalink
bump to version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattydebie committed Apr 14, 2023
1 parent 225917c commit 8be76fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can either execute the script from a terminal or by binding it to a key
combination in your window manager.

```
bwmenu 0.4
bwmenu 0.5
Usage:
bwmenu [options] -- [rofi options]
Expand Down Expand Up @@ -141,12 +141,20 @@ mkdir -p ~/.local/bin && \

Released under the GNU General Public License, version 3. See `LICENSE` file.

Copyright © 2018-2019
Copyright © 2018-2023
* Andreas Backx
* Baptiste Pierrat
* Daniel Prado
* Diogo Tito Victor Marques
* Harrison Pielke-Lombardo
* Jarryd Tilbrook
* Jonathan Raphaelson.
* Kestrer
* Magnus Bergmark
* Matthias De Bie
* Remy Rojas
* Baptiste Pierrat
* Moritz
* Nathan Wallace
* Remy Rojas
* Wayne Walker
* Wilson Aguilar
* ickerwx
2 changes: 1 addition & 1 deletion bwmenu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Rofi extension for BitWarden-cli
NAME="$(basename "$0")"
VERSION="0.4"
VERSION="0.5"
DEFAULT_CLEAR=5
BW_HASH=

Expand Down

0 comments on commit 8be76fd

Please sign in to comment.