From d6b0cbee316831c7fcea4e885eb32ba0a8e39403 Mon Sep 17 00:00:00 2001 From: JC Date: Thu, 24 Aug 2023 08:36:17 -0600 Subject: [PATCH] feat: New Zingo PC version 1.0.1 --- bin/printversion.ps1 | 2 +- bin/printversion.sh | 2 +- package.json | 4 ++-- src/App.tsx | 2 +- src/components/loadingscreen/LoadingScreen.tsx | 8 ++++---- src/components/sidebar/Sidebar.tsx | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 8cf3eeac..313559b6 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "VERSION=1.0.0" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append +echo "VERSION=1.0.1" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append diff --git a/bin/printversion.sh b/bin/printversion.sh index 829f0a00..6327b394 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="1.0.0" +VERSION="1.0.1" echo "VERSION=$VERSION" >> $GITHUB_ENV diff --git a/package.json b/package.json index fad63e02..53ff0e80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zingo-pc", "productName": "Zingo PC", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Zingo PC", "license": "MIT", @@ -117,7 +117,7 @@ "build-win-x64": "yarn neon-win-x64 && node scripts/build.js", "build-win-arm64": "yarn neon-win-arm64 && node scripts/build.js", "test": "yarn neon && node scripts/test.js", - "dist:linux": "yarn build && electron-builder -l --universal -c.extraMetadata.main=build/electron.js --publish never", + "dist:linux": "yarn build && electron-builder -l -c.extraMetadata.main=build/electron.js --publish never", "dist:mac-arm64": "yarn build-mac-arm64 && electron-builder -m --arm64 -c.extraMetadata.main=build/electron.js --publish never", "dist:mac-x64": "yarn build-mac-x64 && electron-builder -m --x64 -c.extraMetadata.main=build/electron.js --publish never", "dist:win-arm64": "yarn build-win-arm64 && electron-builder -w --arm64 -c.extraMetadata.main=build/electron.js --publish never", diff --git a/src/App.tsx b/src/App.tsx index 7d52e00c..62a9f1cb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,7 +13,7 @@ function App() {

Built using CRA electron-builder-typescript Template.

{/*

{addon.zingolib_say_hello("Me")}

*/} logo -

Zingo PC v1.0.0

+

Zingo PC v1.0.1

Edit public/electron.js or src/App.js and save to reload.

diff --git a/src/components/loadingscreen/LoadingScreen.tsx b/src/components/loadingscreen/LoadingScreen.tsx index 1e224198..c62dcb8f 100644 --- a/src/components/loadingscreen/LoadingScreen.tsx +++ b/src/components/loadingscreen/LoadingScreen.tsx @@ -436,7 +436,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.0
+
Zingo PC v1.0.1
Logo
{currentStatus}
@@ -496,7 +496,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.0
+
Zingo PC v1.0.1
Logo
@@ -557,7 +557,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.0
+
Zingo PC v1.0.1
Logo
@@ -605,7 +605,7 @@ class LoadingScreen extends Component
-
Zingo PC v1.0.0
+
Zingo PC v1.0.1
Logo
diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index bdd8747a..51dd92a2 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -77,7 +77,7 @@ class Sidebar extends PureComponent -
Zingo PC v1.0.0
+
Zingo PC v1.0.1
Built with Electron. Copyright (c) 2023, ZingoLabs.
The MIT License (MIT) Copyright (c) 2023 ZingoLabs @@ -539,7 +539,7 @@ class Sidebar extends PureComponent
-
Zingo PC v1.0.0
+
Zingo PC v1.0.1
logo