From 2b71f573e048d7b5f60a6942b49693fe46d4539a Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 7 Feb 2022 12:12:12 +1100 Subject: [PATCH] bump to 1.8.1 --- .github/workflows/release.yml | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be64a95a9..ff61e6f9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/package.json b/package.json index 29a31bd85..423eab9c5 100644 --- a/package.json +++ b/package.json @@ -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",