Merge pull request #2160 from Bilb/bump-1.8.1

bump to 1.8.1
pull/2162/head
Audric Ackermann 3 years ago committed by GitHub
commit 17d074d04a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save