update logo & package.json of gui

This commit is contained in:
2023-06-07 20:29:53 +02:00
parent ecd654abd9
commit 30c6e353c9
2 changed files with 6 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 592 KiB

View File

@@ -1,6 +1,6 @@
{
"name": "SimpleMediaUpscalerLite",
"version": "2.0.0-dev1",
"version": "2.0.0-dev2",
"maintainers": [
"Janis Hutz <development@janishutz.com>"
],
@@ -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",