From 930376e9de55564e1ecf8b05e8167df33b768405 Mon Sep 17 00:00:00 2001 From: Rafal Korszun Date: Tue, 23 Jan 2018 05:41:39 +0100 Subject: [PATCH] Fix security in electron --- .travis.yml | 10 +--------- README.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a57d86..d7eb68c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,12 +24,4 @@ cache: notifications: email: on_success: never - on_failure: change - -deploy: - provider: releases - api_key: $GITHABTOKEN - file: build.zip - skip_cleanup: true - on: - tags: true \ No newline at end of file + on_failure: change \ No newline at end of file diff --git a/README.md b/README.md index 103db66..256075d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ T-Rec is a desktop time recording app that helps you log your work time into You [![Build Status](https://travis-ci.org/kleder/timetracker.svg?branch=master)](https://travis-ci.org/kleder/timetracker) ## Downloads -The Windows (x64)/ Linux (x64) and Mac binaries are avaible on [Release](https://github.com/kleder/timetracker/releases/tag/v1.0.0) page. +The Windows (x64)/ Linux (x64) and Mac binaries are avaible on [Release](https://github.com/kleder/timetracker/releases/latest) page. ## Getting started diff --git a/package.json b/package.json index 4fde816..b9f9093 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "T-Rec", - "version": "1.0.0", + "version": "1.0.1", "description": "T-Rec time tracker is built for speed and live work item update in youtrack system.", "homepage": "", "author": { @@ -71,7 +71,7 @@ "cross-env": "5.0.5", "css-loader": "0.28.7", "cssnano": "3.10.0", - "electron": "1.7.9", + "electron": "1.7.11", "electron-packager": "9.1.0", "electron-rebuild": "^1.6.0", "electron-reload": "1.2.1",