1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-09 00:18:44 +01:00

road to 0.8.0

This commit is contained in:
Nicolas Constant 2019-05-17 21:36:12 -04:00
parent 0136d71e2b
commit 6c8ff4cece
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
<div class="header__download-box--description"> <div class="header__download-box--description">
A FLOSS multi-account Mastodon and Pleroma desktop client<br /> A FLOSS multi-account Mastodon and Pleroma desktop client<br />
Now available in Beta (v0.7.0)<br /> Now available in Beta (v0.8.0)<br />
<br /> <br />
</div> </div>
@ -43,9 +43,9 @@
<br /> <br />
<h4 class="header__download-box--subtitle">Or download the desktop client:</h4> <h4 class="header__download-box--subtitle">Or download the desktop client:</h4>
<a href="https://github.com/NicolasConstant/sengi/releases/download/0.7.0/Sengi-0.7.0-win.exe" class="download-button" title="download client for windows"><i class="fab fa-windows"></i></a> <a href="https://github.com/NicolasConstant/sengi/releases/download/0.8.0/Sengi-0.8.0-win.exe" class="download-button" title="download client for windows"><i class="fab fa-windows"></i></a>
<a href="https://github.com/NicolasConstant/sengi/releases/download/0.7.0/Sengi-0.7.0-mac.dmg" class="download-button" title="download client for mac"><i class="fab fa-apple"></i></a> <a href="https://github.com/NicolasConstant/sengi/releases/download/0.8.0/Sengi-0.8.0-mac.dmg" class="download-button" title="download client for mac"><i class="fab fa-apple"></i></a>
<a href="https://github.com/NicolasConstant/sengi/releases/download/0.7.0/Sengi-0.7.0-linux.deb" class="download-button" title="download client for debian-based distrib"><i class="fab fa-ubuntu"></i></a> <a href="https://github.com/NicolasConstant/sengi/releases/download/0.8.0/Sengi-0.8.0-linux.deb" class="download-button" title="download client for debian-based distrib"><i class="fab fa-ubuntu"></i></a>
<a href="https://snapcraft.io/sengi" title="use Snap Store for linux"><img src="images/snap-store-white.png" /></a> <a href="https://snapcraft.io/sengi" title="use Snap Store for linux"><img src="images/snap-store-white.png" /></a>
</p> </p>
</div> </div>

View File

@ -1,6 +1,6 @@
{ {
"name": "sengi", "name": "sengi",
"version": "0.7.3", "version": "0.8.0",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "main-electron.js", "main": "main-electron.js",
"description": "A multi-account desktop client for Mastodon and Pleroma", "description": "A multi-account desktop client for Mastodon and Pleroma",

View File

@ -1,6 +1,6 @@
<div class="panel"> <div class="panel">
<h3 class="panel__title">settings</h3> <h3 class="panel__title">settings</h3>
<p class="version">Sengi version: 0.7.3</p> <p class="version">Sengi version: 0.8.0</p>
</div> </div>