Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atoponce committed May 23, 2023
1 parent c49caa0 commit 1bbd6c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<div id='container'>
<div id='header'>
<h1>Passphrase, Pseudoword, & Password Generator</h1>
<h4>Exploring what password generation could look like. This password generator doesn't suck.</h4>
<h1>Passphrase & Password Generator</h1>
<h4>Exploring what password generation could look like. This generator doesn't suck.</h4>
<p style="font-size: small;"></p>
<ul id='navigation'>
<li><a href='index.html'>Passwords</a></li>
Expand Down Expand Up @@ -353,7 +353,7 @@ <h4>Exploring what password generation could look like. This password generator
<a href='https://github.com/atoponce/webpassgen/releases/latest'><img alt='Download icon' title='Download latest release' src='assets/download.png' /></a>
<a href='https://twitter.com/AaronToponce'><img alt='Twitter logo' title='Meet the author' src='assets/twitter.png' /></a>
</p>
<p id='version'>Version: development</p>
<p id='version'>Version: 20230523</p>
</div>
</div>
<div id='overlay' onclick='document.getElementById("overlay").style.display="none";'>
Expand Down

0 comments on commit 1bbd6c5

Please sign in to comment.