Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Apr 2, 2024
1 parent 5a34790 commit 8ef2dd1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,28 @@ Customization | $${\color{green}Yes}$$ | $${\color{red}No}$$ | $${\color{red}No}
3. Click on install

### Manually
1. Download [Passky installer](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/Passky.Setup.8.1.1.exe) or [Passky portable](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/Passky.8.1.1.exe)
1. Download [Passky installer](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/Passky.Setup.8.1.2.exe) or [Passky portable](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/Passky.8.1.2.exe)
2. Run downloaded .exe file
3. Passky desktop application is now installed

## MacOS

1. Download [Passky-8.1.1.dmg](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/Passky-8.1.1.dmg)
1. Download [Passky-8.1.2.dmg](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/Passky-8.1.2.dmg)
2. Open the downloaded file
3. Drag the app to the Applications folder to install it

## Linux

### Debian based distros
```yaml
wget https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/passky_8.1.1_amd64.deb
sudo dpkg -i passky_8.1.1_amd64.deb
wget https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/passky_8.1.2_amd64.deb
sudo dpkg -i passky_8.1.2_amd64.deb
```

### Red Hat based distros
```yaml
wget https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/passky-8.1.1.x86_64.rpm
sudo rpm -i passky-8.1.1.x86_64.rpm
wget https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/passky-8.1.2.x86_64.rpm
sudo rpm -i passky-8.1.2.x86_64.rpm
```

### Flathub
Expand All @@ -105,7 +105,7 @@ sudo snap install passky
```

### AppImage
1. Download [Passky-8.1.1.AppImage](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.1/Passky-8.1.1.AppImage)
1. Download [Passky-8.1.2.AppImage](https://github.com/Rabbit-Company/Passky-Desktop/releases/download/v8.1.2/Passky-8.1.2.AppImage)
2. Open the downloaded file

### AUR (community maintained)
Expand Down
2 changes: 1 addition & 1 deletion 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.1.5";
let info = "Client Version: 8.1.2";
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passky",
"version": "8.1.1.5",
"version": "8.1.2",
"license": "GPL-3.0",
"author": "Rabbit Company LLC <[email protected]>",
"homepage": "https://passky.org",
Expand Down
2 changes: 1 addition & 1 deletion passwords.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.1.5</dd>
<dd class="mt-1 text-3xl font-semibold tertiaryColor">8.1.2</dd>
</div>
</dl>
</div>
Expand Down

0 comments on commit 8ef2dd1

Please sign in to comment.