diff --git a/frontend/logo.png b/frontend/logo.png index 63204b9..3cfa8b3 100755 Binary files a/frontend/logo.png and b/frontend/logo.png differ diff --git a/frontend/package.json b/frontend/package.json index f8e87ae..4be9439 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "SimpleMediaUpscalerLite", - "version": "2.0.0-dev1", + "version": "2.0.0-dev2", "maintainers": [ "Janis Hutz " ], @@ -15,6 +15,11 @@ "bugs": { "url": "https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/issues" }, + "build": { + "appId": "com.janishutz.smuL", + "copyright": "Copyright (c) 2023 SimpleMediaUpscalerLite contributors", + "buildVersion": "V2.0.0-dev2" + }, "private": true, "scripts": { "serve": "vue-cli-service serve",