bump to 1.8.1

This commit is contained in:
Audric Ackermann 2022-02-07 12:12:12 +11:00
parent 5fa0fccae7
commit 2b71f573e0
No known key found for this signature in database
GPG key ID: 999F434D76324AD4
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,8 @@ jobs:
run: yarn generate
- name: Lint Files
if: runner.os != 'Windows'
# no need to lint files on all platforms. Just do it once on the quicker one
if: runner.os == 'Linux'
run: yarn lint-full
- name: Build windows production binaries

View file

@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.8.0",
"version": "1.8.1",
"license": "GPL-3.0",
"author": {
"name": "Loki Project",