Skip to content

Commit 2337aae

Browse files
committed
Small changes
1 parent 4103315 commit 2337aae

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
</p>
77

88
<p align="center">
9-
<img src="assets/demo2.png" alt="fdir demo" width="700">
9+
<a href="https://ibb.co/2bKXhPr"><img src="https://i.ibb.co/pmXCwZT/demo2.png" alt="demo" border="0"></a>
1010
</p>
1111

1212
<p align="center">
13-
<img src="https://img.shields.io/github/downloads/VG-dev1/fdir/total" alt="GitHub Downloads (all assets, latest release)">
14-
15-
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/fdir-cli?label=PyPi%20downloads">
16-
17-
13+
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/fdir-cli">
1814

1915
<a href="https://github.com/VG-dev1/fdir/releases">
2016
<img src="https://img.shields.io/github/v/release/VG-dev1/fdir" alt="Latest Release">

fdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def usage():
6363
)
6464

6565
def version():
66-
print ("fdir v3.2.0, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
66+
print ("fdir v3.2.1, check the GitHub repo for new updates: https://github.com/VG-dev1/fdir")
6767

6868
def parse_time(value: str) -> timedelta:
6969
if len(value) < 2:

0 commit comments

Comments
 (0)