From 8e96adeda90404e6a4564dde0cd0292b82f1e212 Mon Sep 17 00:00:00 2001 From: Robert Vojta Date: Mon, 25 Feb 2019 14:14:24 +0100 Subject: [PATCH] Fix copyright year Change-type: patch Signed-off-by: Robert Vojta --- .resinci.json | 2 +- electron-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.resinci.json b/.resinci.json index 539de2bf..601705a6 100644 --- a/.resinci.json +++ b/.resinci.json @@ -14,7 +14,7 @@ }, "builder": { "appId": "io.balena.etcher", - "copyright": "Copyright 2016-2018 Balena Ltd", + "copyright": "Copyright 2016-2019 Balena Ltd", "productName": "balenaEtcher", "nodeGypRebuild": true, "files": [ diff --git a/electron-builder.yml b/electron-builder.yml index 50ae5dee..bb72fbe6 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: io.balena.etcher -copyright: Copyright 2016-2018 Balena Ltd +copyright: Copyright 2016-2019 Balena Ltd productName: balenaEtcher npmRebuild: false nodeGypRebuild: false