Skip to content

Commit 3459c75

Browse files
authored
Update readme from version 1.0.7 to 1.0.8 (#36)
- fix logo - Add dependency - Update assets link
1 parent 98314bf commit 3459c75

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Simple Password Generator](https://hsbasu.github.io/simple-pwgen)
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/hsbasu/simple-pwgen/master/usr/share/icons/hicolor/scalable/apps/simple-pwgen.svg?sanitize=true" height="128" alt="Logo">
4+
<img src="https://raw.githubusercontent.com/hsbasu/simple-pwgen/master/data/icons/simple-pwgen.svg?sanitize=true" height="128" alt="Logo">
55
</p>
66

77
<p align="center">
@@ -29,8 +29,8 @@
2929
<a href="#download-latest-version">
3030
<img src="https://img.shields.io/github/downloads/hsbasu/simple-pwgen/total?label=Downloads" alt="Downloads">
3131
</a>
32-
<a href="https://github.com/hsbasu/simple-pwgen/releases/download/1.0.7/simple-pwgen_1.0.7_all.deb">
33-
<img src="https://img.shields.io/github/downloads/hsbasu/simple-pwgen/1.0.7/simple-pwgen_1.0.7_all.deb?color=blue&label=Downloads%40Latest%20Binary" alt="GitHub release (latest by date and asset)">
32+
<a href="https://github.com/hsbasu/simple-pwgen/releases/download/1.0.8/simple-pwgen_1.0.8_all.deb">
33+
<img src="https://img.shields.io/github/downloads/hsbasu/simple-pwgen/1.0.8/simple-pwgen_1.0.8_all.deb?color=blue&label=Downloads%40Latest%20Binary" alt="GitHub release (latest by date and asset)">
3434
</a>
3535
</p>
3636

@@ -40,7 +40,8 @@ Very simple Python3-based GUI application to generate secure and random password
4040
<p align="center">
4141
<a href="https://github.com/hsbasu/simple-pwgen/zipball/master">Download Source (.zip)</a></br>
4242
<a href="https://github.com/hsbasu/simple-pwgen/tarball/master">Download Source (.tar.gz)</a></br>
43-
<a href="https://github.com/hsbasu/simple-pwgen/releases/download/1.0.7/simple-pwgen_1.0.7_all.deb">Download Binary (.deb)</a>
43+
<a href="https://github.com/hsbasu/simple-pwgen/releases/download/1.0.8/python3-simple-pwgen_1.0.8_all.deb">Download Binary (Dependency for GUI) (.deb)</a></br>
44+
<a href="https://github.com/hsbasu/simple-pwgen/releases/download/1.0.8/simple-pwgen_1.0.8_all.deb">Download Binary for GUI (.deb)</a>
4445
</p>
4546

4647
## Features and Screenshots

0 commit comments

Comments
 (0)