Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Jan 28, 2023
1 parent 677a777 commit ac33f3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "passky-website",
"description": "Website for Passky (password manager)",
"version": "8.1.0",
"version": "8.1.1",
"main": "tailwind.config.js",
"scripts": {
"build": "npx tailwindcss -i ./tailwind.css -o ./website/css/tailwind.min.css --minify"
Expand Down
2 changes: 1 addition & 1 deletion website/js/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function forget_username(){
}

function getDebugInfo(){
let info = "Client Version: 8.1.0";
let info = "Client Version: 8.1.1";
if(readData('url') != null) info += "\nServer: " + readData('url');
if(readData('username') != null) info += "\nUsername: " + readData('username');
info += "\nTheme: " + readData('theme');
Expand Down
2 changes: 1 addition & 1 deletion website/passwords.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</div>
<div class="px-4 py-5 secondaryBackgroundColor shadow overflow-hidden sm:p-6">
<dt id="client-version" class="text-sm font-medium secondaryColor truncate">Client Version</dt>
<dd class="mt-1 text-3xl font-semibold tertiaryColor">8.1.0</dd>
<dd class="mt-1 text-3xl font-semibold tertiaryColor">8.1.1</dd>
</div>
</dl>
</div>
Expand Down

0 comments on commit ac33f3e

Please sign in to comment.