From ece97f1eac419e1c419406d05b9528d26671d7d6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 14 Jun 2022 06:51:15 +0300 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 059e1b7..0a9568f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Unelma-Browser", - "version": "1.0.3", + "version": "1.0.4", "description": "A simple and basic Unelma.XYZ - Browser", "main": "main.js", "scripts": { @@ -18,7 +18,7 @@ "postinstall": "electron-builder install-app-deps", "build": { "appId": "xyz.unelma.browser", - "productName": "Unelma.XYZ - Browser", + "productName": "Unelma Browser", "icon": "./img/unp.png", "target": "nsis", "nsis": { @@ -26,7 +26,7 @@ "oneClick": false } }, - "author": "Unelma.XYZ", + "author": "Unelma Platforms Inc.", "license": "Apache 2.0", "devDependencies": { "@electron-forge/cli": "^6.0.0-beta.63",