From 7971a003cc2d86d31839407ea87d1e27e2eba653 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 4 May 2020 19:10:09 +0200 Subject: [PATCH] Update copyright years Change-type: patch --- .resinci.json | 2 +- electron-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.resinci.json b/.resinci.json index 9b47bc91..881d51be 100644 --- a/.resinci.json +++ b/.resinci.json @@ -14,7 +14,7 @@ }, "builder": { "appId": "io.balena.etcher", - "copyright": "Copyright 2016-2019 Balena Ltd", + "copyright": "Copyright 2016-2020 Balena Ltd", "productName": "balenaEtcher", "nodeGypRebuild": true, "afterPack": "./afterPack.js", diff --git a/electron-builder.yml b/electron-builder.yml index 52f373b6..957e8aff 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: io.balena.etcher -copyright: Copyright 2016-2019 Balena Ltd +copyright: Copyright 2016-2020 Balena Ltd productName: balenaEtcher npmRebuild: true nodeGypRebuild: true