@ -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
@ -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",